J
JohnE
I am writing a SELECT statement behind a cmdbutton. The
action is to do some filtering based on selections made in
3 comboboxes. I have the following info:
SELECT (table fields here)
FROM (table name here
WHERE (client code here)
AND (status here)
AND (subprocess here)
AND (team member here)
ORDER BY (date here)
The info in ( ) is for my use and not what is actually in
the statement.
It works if I remove one AND line out. So, I guess my
question is can you only have the WHERE and 2 AND's in a
SELECT statement? How would I get a third AND in there?
Thanks for any info on this.
*** John
action is to do some filtering based on selections made in
3 comboboxes. I have the following info:
SELECT (table fields here)
FROM (table name here
WHERE (client code here)
AND (status here)
AND (subprocess here)
AND (team member here)
ORDER BY (date here)
The info in ( ) is for my use and not what is actually in
the statement.
It works if I remove one AND line out. So, I guess my
question is can you only have the WHERE and 2 AND's in a
SELECT statement? How would I get a third AND in there?
Thanks for any info on this.
*** John