SELECT Count(*)
FROM [Name of Union query]
Does that work?
Also, you know that the column names for a union query are determined by the
first query clause in the Union query.
IF you can, post what you have tried. Also, post what you mean by "doesn't
work". That can mean - you don't get records back, you get the wrong
results, you get a syntac error, etc.
scubadiver said:
How do I?
Any further select query I try based on a union query doesn't work