G
Guest
I know I can query for a count like this:
SELECT Count(*) As ReviewCount FROM [Select for Review labels];
Which gives me the number of records in [Select for Review labels], but what
I would like is a query that returns 3 fields: The above, the same thing
using [Select for Print labels] As PrintCount, and Sum(ReviewCount,
PrintCount).
I tried screwing around with some SQL statements, but as I know next to
nothing about SQL statements I've had no luck.
SELECT Count(*) As ReviewCount FROM [Select for Review labels];
Which gives me the number of records in [Select for Review labels], but what
I would like is a query that returns 3 fields: The above, the same thing
using [Select for Print labels] As PrintCount, and Sum(ReviewCount,
PrintCount).
I tried screwing around with some SQL statements, but as I know next to
nothing about SQL statements I've had no luck.