bwyrwitzke
Registered User.
- Local time
- Today, 19:02
- Joined
- Nov 11, 2002
- Messages
- 50
I'm still new to MS Access and VB and am struggling to get my search page working. Does anyone know how to to return records that match multiple criteria?
Here's how things are set up...
My table, ModemSpecsTbl, has various fields that are yes/no. Examples of fields include XBand, KaBand, BPSK, QPSK, etc...
The query, ModemSpecsQry, alphabetizes the table, etc
The form, ModemSpecsFrm, shows all the categories from the query
I also have a form SelectFrm, where I would like the user to be able to use check boxes to select criteria he/she would like to see.
Now for the question - How do I change the query criteria on the fly using the SelectFrm? Any help would be appreciated. Thanks.
Bruce
Here's how things are set up...
My table, ModemSpecsTbl, has various fields that are yes/no. Examples of fields include XBand, KaBand, BPSK, QPSK, etc...
The query, ModemSpecsQry, alphabetizes the table, etc
The form, ModemSpecsFrm, shows all the categories from the query
I also have a form SelectFrm, where I would like the user to be able to use check boxes to select criteria he/she would like to see.
Now for the question - How do I change the query criteria on the fly using the SelectFrm? Any help would be appreciated. Thanks.
Bruce