access_newbie
New member
- Local time
- Today, 09:48
- Joined
- Nov 3, 2008
- Messages
- 3
Q1
I need help with the In operator. I have a table with a field called Error_Messages which has following values: (Err1), (Err2), (Err3)
I am trying to use the In operator as follows:
In((Err1), (Err2))
I get an error due to the fact that I have brackets () in the field Error_Messages. Can someone help me?
Thanks.
I need help with the In operator. I have a table with a field called Error_Messages which has following values: (Err1), (Err2), (Err3)
I am trying to use the In operator as follows:
In((Err1), (Err2))
I get an error due to the fact that I have brackets () in the field Error_Messages. Can someone help me?
Thanks.