J
Junior
I'm reposting my question - tried google and KB but can't get this to work -
I have a parameter query that uses a date cbo (that works fine)
and cbo to select SVC - SVC is text
For the 2nd cbo i want to add (All) as a selection -
Here is the rowsource for 2nd cbo - SVC is a bound column
I believe that the "*" after the UNION Select is my problem
have tried "Like*", Like"*", "Like"''" and others but run out of ideas.
SELECT DISTINCT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList UNION Select "*", "(ALL)" FROM QcboServiceList;SELECT
DISTINCT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList UNION Select "*", "(ALL)" FROM QcboServiceList;
I have a parameter query that uses a date cbo (that works fine)
and cbo to select SVC - SVC is text
For the 2nd cbo i want to add (All) as a selection -
Here is the rowsource for 2nd cbo - SVC is a bound column
I believe that the "*" after the UNION Select is my problem
have tried "Like*", Like"*", "Like"''" and others but run out of ideas.
SELECT DISTINCT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList UNION Select "*", "(ALL)" FROM QcboServiceList;SELECT
DISTINCT [QcboServiceList].[SVC], [QcboServiceList].[Service] FROM
QcboServiceList UNION Select "*", "(ALL)" FROM QcboServiceList;