T
Tom
I have a one-to-many relationship table (a Board has many members).
Member positions can be a) Chairman, b) Secretary, or c) Member.
I need to create a query that determines if there is an existing board
which:
- does NOT have designated Chairman
- does NOT have designated Secretary
- does NOT have designated Chairman or Secretary
Certainly, if a board has members of all levels I don't want to pick up
those records.
Does anyone know how to create such query?
Tom
Member positions can be a) Chairman, b) Secretary, or c) Member.
I need to create a query that determines if there is an existing board
which:
- does NOT have designated Chairman
- does NOT have designated Secretary
- does NOT have designated Chairman or Secretary
Certainly, if a board has members of all levels I don't want to pick up
those records.
Does anyone know how to create such query?
Tom