J
Jim
Can I use five different search criteria on the form for a single query? For
instance, I want to give my client the functionality to search a given table
using five different options (i.e. job code, job number, company name,
project location, and project name). Currently, these are drop-down lists.
I'm thinking that I would use Form.FormName.ComboBox syntax in my query for
OR values, but when I run the form the Parameters input box pops up when I
run the form.
instance, I want to give my client the functionality to search a given table
using five different options (i.e. job code, job number, company name,
project location, and project name). Currently, these are drop-down lists.
I'm thinking that I would use Form.FormName.ComboBox syntax in my query for
OR values, but when I run the form the Parameters input box pops up when I
run the form.