Hi, me again, Ive made a page on my test system with 2 pull Down menus which pull records from a Database, Ive got it working Pretty lwell but how can i make it so it will select all the records in a category if the default option or all is selcted? let me give you an example..
Menu 1 Shows Make, Menu 2 Shows category
At the moment you choose make from menu 1 and then the category from menu 2 and it shows all records by that Make and in that Category..
For example
If Make = bosch & category = Washing Machine, it will Return all Bosch Washing Machines...
But what if i wanted to list all the Washing machines by all makes? is there a way to add an 'All' to the make pull down menu.. so it doesnt pick just one make but all Makes?
What would the SQL Query Look like?
Obviously i know how to do this as a Separate Query & Form, but would like to Do it all in One Form..
Cheers Paul.