J
Joe Paterno
I've created a form with a drop down menu combo box. When the user
uses the drop down menu and selects a record (in this case serial#) I
want a query to pop up displaying all the selected records and the rest
of the fields in the table.
I've created a select query that has the follwoing syntax entered in
the criteria for serial# : "Forms![Form1]![Combo0].OnClick". Form1 is
the name of my form and Combo0 is the name of my combo box. So far all
this does is display an empty record of the query. What am I missing?
Thanks in advance for your help.
uses the drop down menu and selects a record (in this case serial#) I
want a query to pop up displaying all the selected records and the rest
of the fields in the table.
I've created a select query that has the follwoing syntax entered in
the criteria for serial# : "Forms![Form1]![Combo0].OnClick". Form1 is
the name of my form and Combo0 is the name of my combo box. So far all
this does is display an empty record of the query. What am I missing?
Thanks in advance for your help.