R
Rhonda Fischer
Hello,
I have a combo box with a row source of:
SELECT DISTINCT [Depot] FROM tblStaff ORDER BY [Depot];
The form with this combo box on it is a Search form that
takes the user-determined criteria, of depot and
date range, to create a report.
However I would also like the option to select ALL and
wondered if there was a way to have an 'ALL' appear
in the combo box before the full list of Depots as per
the row source. So that I could create a report with ALL
depots and not just the selected depot in the drop
down combo box.
Any suggestions would be terrific.
Thank you kindly
Rhonda
I have a combo box with a row source of:
SELECT DISTINCT [Depot] FROM tblStaff ORDER BY [Depot];
The form with this combo box on it is a Search form that
takes the user-determined criteria, of depot and
date range, to create a report.
However I would also like the option to select ALL and
wondered if there was a way to have an 'ALL' appear
in the combo box before the full list of Depots as per
the row source. So that I could create a report with ALL
depots and not just the selected depot in the drop
down combo box.
Any suggestions would be terrific.
Thank you kindly
Rhonda