Maddison2_98
New member
- Local time
- Yesterday, 19:41
- Joined
- Mar 22, 2004
- Messages
- 5
I have the following queries with these fields (which the queries on their own work great):
qryEvent
CountOfEventNumber
EventDescription
qrySite
CountOfSiteNumber
SiteDescription
qryTopic
CountOfTopicNumber
TopicDescription
How can I link these in one query so that the counts only come across??, and has zero as a holder so all the items line up.
I hope this makes sense.
ie. for Event Number 261 Health(EventDescription) = 14 as a count (CountOfEvent); Site Number 44 Nutrition (SiteDescription) = 23 as a count (CountOfSite); Topic Number 10 Presentation to Staff (TopicDescription) = 56 as a count (CountofTopic)
I had someone start me off but it doesn't work at all. I want to bring the 3 into 1 so I don't have to have three seperate reports.
qryEvent
CountOfEventNumber
EventDescription
qrySite
CountOfSiteNumber
SiteDescription
qryTopic
CountOfTopicNumber
TopicDescription
How can I link these in one query so that the counts only come across??, and has zero as a holder so all the items line up.
I hope this makes sense.
ie. for Event Number 261 Health(EventDescription) = 14 as a count (CountOfEvent); Site Number 44 Nutrition (SiteDescription) = 23 as a count (CountOfSite); Topic Number 10 Presentation to Staff (TopicDescription) = 56 as a count (CountofTopic)
I had someone start me off but it doesn't work at all. I want to bring the 3 into 1 so I don't have to have three seperate reports.

Last edited: