I currently have a combo box on a form with the names of three different people. If the user selects a name, it correctly will display all of the records that has that person's name associated with it. Works great.
What I would like to do is have a 4th selection in the combo box that says something like, 'All', which would display all of the records of all three people.
Note: The reason I posted this in forms is because the report is selected from a button on a form. When the button is clicked, it opens a report, which is based upon a query. The query looks at a combo box field on the form.
What I would like to do is have a 4th selection in the combo box that says something like, 'All', which would display all of the records of all three people.
Note: The reason I posted this in forms is because the report is selected from a button on a form. When the button is clicked, it opens a report, which is based upon a query. The query looks at a combo box field on the form.