I have a form with 5 text boxes called: name1, name2, name3, name4, name5.
I have a table containing a field called: name
I want to set up a query so that:
- if the text box name1 is blank, returns all records.
- if one more text boxes are filled in, returns only the specified names.
This is...