I would like to have a form with select search criteria (using ComboBox,ListBox,ect...).
After the user selects the various criteria and clicks on a Cmd_Button, the Query is launched via DoCmd. The problem I'm faced with is that unless all of the fields are filled on the form, the query results in zero records found.
Is there a way to have the query recognize an empty field on the form as a desire to have all records? -illini
After the user selects the various criteria and clicks on a Cmd_Button, the Query is launched via DoCmd. The problem I'm faced with is that unless all of the fields are filled on the form, the query results in zero records found.
Is there a way to have the query recognize an empty field on the form as a desire to have all records? -illini