mauricionava
Programmer
Hello, I created a table with all the dealers I need to run the report with. Then created a form and inserted a combo box with the dealers table and a button to run the report. How can I set my query to pull whatever dealer is selected in the combo box in the form?
I have done this before with dates and it works like this
How would it be if I want whatever is selected in the combo box to use it as the criteria?
Thanks
I have done this before with dates and it works like this
Code:
[Forms]![MyForm].[MyField]
Thanks