DJ_DEF_CON_1
Registered User.
- Local time
- Today, 07:44
- Joined
- Jan 1, 2003
- Messages
- 40
I have a hidden form with a text box field that I am trying to query. The following is giving me problems. Any ideas?
If Forms![SCRATCH_PAD]![tbxUSER_ID] = 'DELUCAK' Or 'MOULTONM' Or 'ROBERTSD' Or 'SCALFD' Then
When I select the command button that has the above as an event procedure, I get a syntax error.
If Forms![SCRATCH_PAD]![tbxUSER_ID] = 'DELUCAK' Or 'MOULTONM' Or 'ROBERTSD' Or 'SCALFD' Then
When I select the command button that has the above as an event procedure, I get a syntax error.