Bonjour,
Je voudrais verrouiller tous les champs de mon formulaire de consultation sauf UN, une liste déroulante.
Pour verrouiller tous les champs, j'entre ce code :
Code :
- For Each Ctl In Me.Controls
- If Ctl.ControlType = acTextBox Then
- Ctl.Locked = True
- Ctl.Enabled = False
- ElseIf Ctl.ControlType = acComboBox Then
- Ctl.Locked = True
- Ctl.Enabled = False
- End If
- Next Ctl
|
Et je voudrais donc pouvoir autoriser l'accès et la saisie d'un champ.
Je pensais donc mettre ce code :
Code :
- For Each Ctl In Me.Controls
- If Ctl.ControlType = acTextBox Then
- Ctl.Locked = True
- Ctl.Enabled = False
- ElseIf Ctl.ControlType = acComboBox Then
- Ctl.Locked = True
- Ctl.Enabled = False
- End If
- Next Ctl
- Me.ld_recherche.Enabled = true
- Me.ld_recherche.Locked = false
|
Mais ca ne marche pas.
Comment pourrais-je faire ?
Merci
4rocky4
Message édité par 4rocky4 le 07-02-2008 à 16:38:18
---------------
- Un con qui marche ira plus loin qu'un intellectuel assis -