L
Laura C.
Hi,
I've been scanning posts trying to find a solution but can't seem to
translate the SQL statements I'm seeing for parallel situations into
something that will yield the results I want.
I have a table with the following fields:
tblNames_ID
tblTitles_ID
FirstElectedDate
PositionEndDate
A given name will generally be associated with several Titles, each of which
has a FirstElectedDate and PositionEndDate.
I'm trying to build a select query that will show me those records where ALL
the PositionEndDate fields associated with a given tblNames_ID have been
populated (i.e., PositionEndDate Is Not Null in every single instance for a
given tblNames_ID).
I don't want to see any records for tblNames_ID where some PositionEndDates
are null, others are not.
Can you help?
I've been scanning posts trying to find a solution but can't seem to
translate the SQL statements I'm seeing for parallel situations into
something that will yield the results I want.
I have a table with the following fields:
tblNames_ID
tblTitles_ID
FirstElectedDate
PositionEndDate
A given name will generally be associated with several Titles, each of which
has a FirstElectedDate and PositionEndDate.
I'm trying to build a select query that will show me those records where ALL
the PositionEndDate fields associated with a given tblNames_ID have been
populated (i.e., PositionEndDate Is Not Null in every single instance for a
given tblNames_ID).
I don't want to see any records for tblNames_ID where some PositionEndDates
are null, others are not.
Can you help?