Things You'll Need:
- Computer with Access 2003
-
Step 1
Click the “Queries” button. This is located on the “Objects” list in the Database window.
-
Step 2
Create a Query. Double-click the “Create Query” icon.
-
Step 3
Pick your fields. Select the table with the fields you want. Then click the “Add” button. Click the "Close" button. This will show your table.
-
Step 4
Choose your field names. Double-click on the field names you desire.
-
Step 5
Click the “View” button to see the results on the datasheet.
-
Step 6
Go to “Design View.” In the windows menu, choose “Query” then “Parameters.”
-
Step 7
Choose a name. Type in a name for the Parameters and pick the Data type.
-
Step 8
When finished click “OK” to close the “Query Parameters” box.











Comments
cristine1953 said
on 10/29/2009 I have a cross tab query which I need to add 1 parameter - the user should be able to enter any date and have the result be all the open & closed defects for the date entered in the parameter dialog box.
from the xtab query above my team also wants to be able to select a date range to see the opened & closed defects between the dates entered into the parameters dialog box.