BadgerLikeSpeed
Registered User.
- Local time
- Today, 15:00
- Joined
- Feb 7, 2013
- Messages
- 35
Hi,
Probably (another) simple question, but I have a query running on 2 other queries. Basically I have a query that returns the crew on board a vessel during a given date range, and another table giving the emergency drills carried out during that time. The third query takes the date of the drill and returns the crew who were on board at the time.
The crew lists are input every week, to be distributed, with a sign on/off date. Often the time spent on board is over a week in length, so each crew member may be entered more than once. But a crew member may sign off at the start of a week, and sign on again before the end so I can't just filter the query by name, and multiple crew could sign on/off on the same day, so filtering by day is not an option either.
What I'd like to do is take 3 fields, Name, Day and DrillType and remove any records where all 3 are duplicated.
Is this possible?
Probably (another) simple question, but I have a query running on 2 other queries. Basically I have a query that returns the crew on board a vessel during a given date range, and another table giving the emergency drills carried out during that time. The third query takes the date of the drill and returns the crew who were on board at the time.
The crew lists are input every week, to be distributed, with a sign on/off date. Often the time spent on board is over a week in length, so each crew member may be entered more than once. But a crew member may sign off at the start of a week, and sign on again before the end so I can't just filter the query by name, and multiple crew could sign on/off on the same day, so filtering by day is not an option either.
What I'd like to do is take 3 fields, Name, Day and DrillType and remove any records where all 3 are duplicated.
Is this possible?