create query through a form
I want to create a query based on input from many fields on a form, where not each of these fields must be filled in.
My questions:
1. How to make such a query?
2. What if I have, say 2 fields on the form, A and B where field A="10" and field B is not filled in. How to make a query that looks for records where field A="10" and field B can be anything (that's why field B wasn't filled in on the form).
Afterwards I want to use this query as recordsource for a new table.
Any help is welcome
|