ScrmingWhisprs
I <3 Coffee Milk.
- Local time
- Yesterday, 22:28
- Joined
- Jun 29, 2006
- Messages
- 156
I work at a library and I have an Access DB that I use as an active shelflist (all the items that are in our library). I have a query that breaks down the collection count, number of items in that collection currently checked out, and the number of items in that collection set to storage.
Basically I have 4 queries: 1 for each of the counts (Total collection count, checked out items count, and storage count), then the 4th query pulls in each of those counts into one datasheet for each collection.
My problem is that if one of the collections does not appear in any one of the first 3 queries, then it does not appear at all in the 4th query. For example, we have 130 total items in the Juvenile Graphic Novels Collection. Of the 130 items, there are 13 checked out. 0 of the 130 items are in storage. Now when I bring up the query that brings those 3 queries together, the row for that collection does not appear because there are 0 items in storage.
Maybe there is a better way than actually creating 4 different queries?
Basically I have 4 queries: 1 for each of the counts (Total collection count, checked out items count, and storage count), then the 4th query pulls in each of those counts into one datasheet for each collection.
My problem is that if one of the collections does not appear in any one of the first 3 queries, then it does not appear at all in the 4th query. For example, we have 130 total items in the Juvenile Graphic Novels Collection. Of the 130 items, there are 13 checked out. 0 of the 130 items are in storage. Now when I bring up the query that brings those 3 queries together, the row for that collection does not appear because there are 0 items in storage.
Maybe there is a better way than actually creating 4 different queries?