Hello, hopefully there is an easy answer to this. I have a form with a combo box linked to a query containing department names. I used code I found named AddAllToList to create an "all" option in the combo box. Everything shows up fine, but the problem is I have another query that uses the department selected on the combo box in the form and no results show up when all is selected. Each individual department works okay
It seems like maybe it is looking for a department named "all" (for which there are none), is this correct? What am I missing for it to treat "all" as if no parameters were entered for the department field of the query? Thanks for any help!
It seems like maybe it is looking for a department named "all" (for which there are none), is this correct? What am I missing for it to treat "all" as if no parameters were entered for the department field of the query? Thanks for any help!