Parameter Query Based on Combo Box in Form

J

Jen

Hi,

I suspect that right now you have something like this in
the criteria section of your query:

[please enter a program name:]

Take this out and set the criteria equal to the control
name:

Forms!frm_Name.comboBox.value

Depending on your bound column in the combobox, you may
need to put this criteria in the Program_id field in your
query.

Regards,
Jen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top