C
CJ
Hi!
Regarding this statement:
sSQL = "SELECT * FROM Table WHERE fkField = 1"
fkField is a lookup field that contains 3 values:
Value1, Value2 & Value3
What is the proper syntax so that I am always checking
against Value2?
Thanks in advance for your help!
Regarding this statement:
sSQL = "SELECT * FROM Table WHERE fkField = 1"
fkField is a lookup field that contains 3 values:
Value1, Value2 & Value3
What is the proper syntax so that I am always checking
against Value2?
Thanks in advance for your help!