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...