I have a form with a combo box field called 'status' and the choices are either 'open', 'closed', or 'all'.
I have created a query that in the status field, looks at the choice the user has selected from the combo box on a form. something like, [forms]![myform]![status].
anyhow, the problem is that the actual data in the field 'status' is either 'open' or 'closed'. I don't know how to get the query to display all the records when the user chooses 'all' from the combo box.
I have created a query that in the status field, looks at the choice the user has selected from the combo box on a form. something like, [forms]![myform]![status].
anyhow, the problem is that the actual data in the field 'status' is either 'open' or 'closed'. I don't know how to get the query to display all the records when the user chooses 'all' from the combo box.