I am working with MS Access 2010.
I have created an unbound form that when clicked opens a query with a combo box drop-down menu. When an item is selected from the menu, the query retrieves the records that match the menu selection.
I am now trying to create a report that connects to the form and query. I created a macro that opens the form however it continues on to the query without waiting for the combo box selection. Since the combo box is blank, the report comes back with headers but no data. How can I fix this? Thank you.