Counting records

D

DaveN

My database contain tables: Events, Anomaly Catagories, and Anomaly Tracking.
Anomaly Catagories is a lookup table of anomalies
Events contains: Event, AnomalyCatagory (lookup), Date/Time.
Anomaly Tracking contains: AnomalyCatagory (lookup), Firstdateseen, Reason,
Resolution, and Status.

Anomaly Tracking table will have 1 to 3 reasons why something qualified for
the catagory without listing every occurance of that anomaly from the Events
table. The Events table will have any number of occurances of an anomaly
catagory.

My problem is I need a report from Anomaly Tracking that list just the
catagories with the 1 to 3 reasons for qualifying, along with the other
Anomaly tracking fields. I also need a count of total number of occurance of
a catagory from the Events table. Any ideas on how to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top