This is a very simple question, I think. And I'm very much a beginner at Access. But can somebody help me set up a parameter query where the prompt allows the user to only choose from a few select options, rather than having the user enter the information manually?
Basically, I want the query to list data for a particular team. The teams are listed in a table called tblTeams. But I don't want the user to enter the team names manually. I want the prompt to give a combo box which lists the team names from tblTeams.
I've created a form that looks like a dialog and has a combo box called cboTeams, thinking that that might be the way to go. But I don't know how to integrate the form into the query.
Can anyone help?
Basically, I want the query to list data for a particular team. The teams are listed in a table called tblTeams. But I don't want the user to enter the team names manually. I want the prompt to give a combo box which lists the team names from tblTeams.
I've created a form that looks like a dialog and has a combo box called cboTeams, thinking that that might be the way to go. But I don't know how to integrate the form into the query.
Can anyone help?