How to do (select all) query in drop down menu
Hi
I have a drop down menu which gets the valude from dynamic sources, and manually I've added an item called (All Specialities) which will enable the user to search for all specialities
I've created 2 record set for the searching:
RSsearch (with where clause) -- This is to be executed when any item rather than 'all specialities' is choosen
RSselectall (with out where clause) -- This is to be executed when 'all specialities' item is selected
I don't know where to put the IF condition and how to write it,
Can anyone help me please
