Bound Option Not Available

Prayder

Registered User.
Local time
Today, 04:06
Joined
Mar 20, 2013
Messages
303
I have tried creating a combo box in a form and as I have gone through the steps, the option to bind each choice that I created in my drop down box for the form is not an option, so how do I make each choice in my drop down box access the report I need? Am I missing something?
 
Sounds as if your form is unbound?

If you are trying to use the combo box selection, as a criteria for a query that is populating your Report. The criteria would need to be in the form;
Code:
Forms!YourFormName!YourComboName
This would then use the first column of your combo as the criteria in your query.
 

Users who are viewing this thread

Back
Top Bottom