G
Guest
I am designing a database which needs a <find> form on it.
I am using a query to select the records that I need from a table, but my
search criteria comes from a form. The search will be performed using all
five fields on the form. The query will either try to match the value in the
field (if there is a value), or else return all records for that field (the
search will then be narrowed down by the other fields.
I am using a query to select the records that I need from a table, but my
search criteria comes from a form. The search will be performed using all
five fields on the form. The query will either try to match the value in the
field (if there is a value), or else return all records for that field (the
search will then be narrowed down by the other fields.