J
Junior
Using the following in a cbo rowsource
the cbo is used as a parameter for a query.
Want to add a row to the cbo for user to select 'All' and all services would
be included in the parameter.
[SVC] and [Service] are text fields
Thanks
cbo rowsource:
SELECT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList;
the cbo is used as a parameter for a query.
Want to add a row to the cbo for user to select 'All' and all services would
be included in the parameter.
[SVC] and [Service] are text fields
Thanks
cbo rowsource:
SELECT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList;