Combo List for Parameter Query

  • Thread starter Thread starter Steven Craig Basham
  • Start date Start date
S

Steven Craig Basham

Hello. I have a query that takes 2 parameters. I've made a report using
this query. What I would like to do is have a popup appear with 2 combo
lists containing the appropriate answers to the parameters and pass those
responses to the report/query. Can anyone point me in the right direction?

Thank you so much,
Steven Craig Basham
 
Put your two ComboBoxes on a form and have your query look
for the criteria there. Also add a CommandButton that
confirms a selection has been made in each ComboBox and
then runs the query/report.

Hope this helps!

Howard Brody
 
Back
Top