I have a table with the following fields:
Name, Occupation, Department, Location
I have a form for the user to select the criteria for the query. My problem is sometimes the query will be based on 1 field (either occupation or department) or multiple fields (occupation and location or department and location). I have no problem pulling data from the form to use in the query, but I run into a problem when the field is left blank. Any suggestions?
Name, Occupation, Department, Location
I have a form for the user to select the criteria for the query. My problem is sometimes the query will be based on 1 field (either occupation or department) or multiple fields (occupation and location or department and location). I have no problem pulling data from the form to use in the query, but I run into a problem when the field is left blank. Any suggestions?