I
inungh
I have my option in the table just for easier configuration, but I get
too complex SQL message for a number field with 1 or 0 criteria.
MyStatus field in MyTable which is a number field.
My SQL is
Select * from MyTable where MyStatus = (select MyOption where
MyOptionID = 1)
It works if MyOption is "1", but I got too complex SQL statement when
MyOption is "1 or 0"
Are there any work around to store more than one option in the table
for multi criteria?
Your help is great appreciated,
too complex SQL message for a number field with 1 or 0 criteria.
MyStatus field in MyTable which is a number field.
My SQL is
Select * from MyTable where MyStatus = (select MyOption where
MyOptionID = 1)
It works if MyOption is "1", but I got too complex SQL statement when
MyOption is "1 or 0"
Are there any work around to store more than one option in the table
for multi criteria?
Your help is great appreciated,