Search results

  1. A

    Question In Operator

    Does not work. Any other suggestions?
  2. A

    Question Convert a string into a unique numeric value

    I have a table with a field called 'Error_Messages' which has very long string values (sometimes greater than 255 characters). I need to use this field to do a join with another table. Rather than using this field (with long string values), I was thinking of converting it into a unique numeric...
  3. A

    Question In Operator

    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...
Back
Top Bottom