JamieRhysEdwards
New member
- Local time
- Today, 14:28
- Joined
- Mar 26, 2022
- Messages
- 27
Hi all,
I'm wondering if I am able to create a query which houses all of the counts for a certain topic.
For example, I have assets which are broken down into types:
Asset Count - Count of all the assets within the table.
Desktop Count - Count of only the desktop assets within the table
Laptop Count - Count of only the laptop assets within the table
etc...
Is it possible to have this in a single query wherein I have all the counts in their own rows? Or is it a case that I would need to run a query for each type?
Thanks
EDIT :-
However... For the type, I have a lookup table wherein I have an ID field and then the Type field. so the structure would be as follows:
I'm wondering if I am able to create a query which houses all of the counts for a certain topic.
For example, I have assets which are broken down into types:
Asset Count - Count of all the assets within the table.
Desktop Count - Count of only the desktop assets within the table
Laptop Count - Count of only the laptop assets within the table
etc...
Is it possible to have this in a single query wherein I have all the counts in their own rows? Or is it a case that I would need to run a query for each type?
Thanks
EDIT :-
However... For the type, I have a lookup table wherein I have an ID field and then the Type field. so the structure would be as follows:
ID | Type | Prefix |
1 | Desktop | DT |
2 | Laptop | LT |
Last edited: