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
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