Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I make search buttons cumulative?

Status
Not open for further replies.

amcg

Programmer
Jan 25, 2002
26
IE
I have designed a database controlled by one main form. There are several search buttons on the form, all searching for different groups of records.

I would like to make the search buttons cumulative, so that if I press search button 1, it will return all records that satisfy that property; if I then press search button 4, it will return all records that have the properties of both search buttons 1 AND 4.

Does anyone know how I can achieve this (preferably as neatly as possible)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top