RobertIngles
Technical User
I have a table for which I have created two count queries based on the [EncryptionStatus] field and the [VirusProtectionStatus] field.
The first query shows the count of encryption status's in the table - counts of five possible categories.
The second query shows the count of Virus protection status's in the table - counts of three possible categories.
I would like to display the results of both queries either in a single query or in a form - ultimatley one datasheet showing the results of the two queries. A report doesn't help as the user who needs the info cuts and pastes the results from my DB into his Excel spreadsheet.
I have read up on union queries however it doen't seem to fit this scenario.
Any suggestions are appreciated.
The first query shows the count of encryption status's in the table - counts of five possible categories.
The second query shows the count of Virus protection status's in the table - counts of three possible categories.
I would like to display the results of both queries either in a single query or in a form - ultimatley one datasheet showing the results of the two queries. A report doesn't help as the user who needs the info cuts and pastes the results from my DB into his Excel spreadsheet.
I have read up on union queries however it doen't seem to fit this scenario.
Any suggestions are appreciated.