T
tarscher
Hi all,
I have 2 dropdownlists that after selection feed the WHERE in a sql
query
SELECT * FROM tbl WHERE a = 'dropdown1' AND b = 'dropdown2'
I also want to add the selection to the dropdownlist that everything of
a and/or b is selected.
Is there some sort of character that I can put between the '' so it
selects everything?
Regards
Stijn
I have 2 dropdownlists that after selection feed the WHERE in a sql
query
SELECT * FROM tbl WHERE a = 'dropdown1' AND b = 'dropdown2'
I also want to add the selection to the dropdownlist that everything of
a and/or b is selected.
Is there some sort of character that I can put between the '' so it
selects everything?
Regards
Stijn