Hi,
I have a query with the following values in it:
Item ID
Item Text
Possible Answers
Correct Answer
Item Classification
Under Item Classification, I have the following criteria:
Here's what I want to do:
I have a list box on the form that lists all of the Item Classifications currently in the database. When the user clicks a certain Item Classification, I want a report (rptReport1) to open and display only the records that have the selected Item Classification.
So my question is....How can I have the list box automatically fill in the parameter value for the criteria with the user's selection?
Thank you
I have a query with the following values in it:
Item ID
Item Text
Possible Answers
Correct Answer
Item Classification
Under Item Classification, I have the following criteria:
Code:
[Forms]![frmForm1]![Item Classification]
Here's what I want to do:
I have a list box on the form that lists all of the Item Classifications currently in the database. When the user clicks a certain Item Classification, I want a report (rptReport1) to open and display only the records that have the selected Item Classification.
So my question is....How can I have the list box automatically fill in the parameter value for the criteria with the user's selection?
Thank you