Chimp8471
Registered User.
- Local time
- Today, 08:54
- Joined
- Mar 18, 2003
- Messages
- 353
data not showing where no records
I have 2 tables...
tblEvents
tblFMForEradication
i am trying to run a query to generate the number of events that have happened for each code that appears in the tblFMForEradication table.
however when i run the query i only get 17 records returned wheras there are 30 records in the tblFMForEradication table.
If the code has not occured i need it to display zero,
but i always need all the codes in the tblFMForEradication to be listed in this case there should always be 30 records in the list.
please help
Andy
I have 2 tables...
tblEvents
tblFMForEradication
i am trying to run a query to generate the number of events that have happened for each code that appears in the tblFMForEradication table.
however when i run the query i only get 17 records returned wheras there are 30 records in the tblFMForEradication table.
If the code has not occured i need it to display zero,
but i always need all the codes in the tblFMForEradication to be listed in this case there should always be 30 records in the list.
please help
Andy