G
Guest
Hello,
I am trying to create a report that has Counting totals from different
queries within the same database. For Example, one line says "Number of
Servers" (which I get from a query that is SELECT Count(*) FROM Table). The
next line would be "Number of Green Servers" (which derives from a query
SELECT Count(*) FROM Table WHERE ServerColor = 'Green')
How can this be done?
Mike
I am trying to create a report that has Counting totals from different
queries within the same database. For Example, one line says "Number of
Servers" (which I get from a query that is SELECT Count(*) FROM Table). The
next line would be "Number of Green Servers" (which derives from a query
SELECT Count(*) FROM Table WHERE ServerColor = 'Green')
How can this be done?
Mike