Showing all records in query

G

Guest

Hello

My tables are as follows

atnMEETINGATTENDANC
F1: MeetingI
F2: ID
F3: AttendanceStatusI

atnMEETIN
F1: MeetingID (autonumber
F2: MeetingNam
F3: MeetingDat
F4: CommitteeI
F5: StartTim
F6: EndTim
F7: LocationI

atnCOMMITTEEMEMBE
F1: CommitteeI
F2: SchoolYearI
F3: ID

I want to be able to present to a secretary the ability to view all the members in a committee, and their status. The problem is that when 'Meetings' are created members are not placed in meetings immediately. What this means is that if the form queries for those people, nobody shows up. I want all the members of the committee to appear, even if they don't have a record in the atnMEETINGATTENDANCE table

How do I go about doing this

Thanks

Eric
 
W

Wayne Morgan

Right click the join link between the tables (this requires a little
precision with the mouse) and choose Properties. There will be an option to
show all records from one table and only those records that match from the
other table.

--
Wayne Morgan
Microsoft Access MVP


Eric Chajmovic said:
Hello,

My tables are as follows:

atnMEETINGATTENDANCE
F1: MeetingID
F2: ID#
F3: AttendanceStatusID

atnMEETING
F1: MeetingID (autonumber)
F2: MeetingName
F3: MeetingDate
F4: CommitteeID
F5: StartTime
F6: EndTime
F7: LocationID

atnCOMMITTEEMEMBER
F1: CommitteeID
F2: SchoolYearID
F3: ID#

I want to be able to present to a secretary the ability to view all the
members in a committee, and their status. The problem is that when
'Meetings' are created members are not placed in meetings immediately. What
this means is that if the form queries for those people, nobody shows up. I
want all the members of the committee to appear, even if they don't have a
record in the atnMEETINGATTENDANCE table.
 

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