Can you pass a variable to a query which will populate a combo box? If so, how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the row source of a combobox in a number of ways. For example, you could include the following in the current event:
Alternatively, you can refer to a form in code or in design view:
You may also wish to consider cascading comboboxes : Is there a simple way of populating dropdown in this Access Database schema?