I have a database table with the following fields.
Site
Event_No
Action_No
Priority
For Event_No may have more than one record becasue it may contain a number of Action_No. For example, Site A may have Event_No 123 which has 10 Action_No's. Each will be a separate record. I want a query to identify all Event_No's that only has records with Priority "3". So if Event 123 has 10 Actions, some will be Priority 1, some Priority 2 and some Priority 3. I want to identify the Events that only have Priority 3, no 2's or 1's. So if Event 123 had some Priority 2 I don't care. I only want the Events with only Priority "3".
Hope this is clear.
Thanks,
Jim
Site
Event_No
Action_No
Priority
For Event_No may have more than one record becasue it may contain a number of Action_No. For example, Site A may have Event_No 123 which has 10 Action_No's. Each will be a separate record. I want a query to identify all Event_No's that only has records with Priority "3". So if Event 123 has 10 Actions, some will be Priority 1, some Priority 2 and some Priority 3. I want to identify the Events that only have Priority 3, no 2's or 1's. So if Event 123 had some Priority 2 I don't care. I only want the Events with only Priority "3".
Hope this is clear.
Thanks,
Jim