M
Mark Kubicki
how do I add to the properties of a Union Query a limit for all the vaules
to be UNIQUE and "IS NOT NULL";
easy to do with the simple query, but I am totally lost in my Union Query
attempts.
as always, thanks in advance,
mark
SELECT [QuoteSource]
FROM [FixtureTypesNoProject]
UNION SELECT [QuoteSource]
FROM [FixtureCatalogueCostHistory]
ORDER BY [QuoteSource];
to be UNIQUE and "IS NOT NULL";
easy to do with the simple query, but I am totally lost in my Union Query
attempts.
as always, thanks in advance,
mark
SELECT [QuoteSource]
FROM [FixtureTypesNoProject]
UNION SELECT [QuoteSource]
FROM [FixtureCatalogueCostHistory]
ORDER BY [QuoteSource];