Rabu, 28 Maret 2012

[MS_AccessPros] Including all clubs in a report

 

Using Access 2007

This is a variation on a report that I had help with in September last year.

I have an attendance report needs to include clubs that have not made
a monthly report. This SQL was intended to show all clubs but it only
shows those with data in "tAttendance".

SELECT ClubsActive.ClubID, tAttendance.TotalMembers,
tAttendance.MonthPerCent, tAttendance.MeetingsHeld,
tAttendance.NewMembers, tAttendance.Terminated,
tAttendance.ReportMonthID, tAttendance.ReportMonth
FROM tAttendance RIGHT JOIN ClubsActive ON tAttendance.ClubID =
ClubsActive.ClubID

What have I missed?

Many thanks,

Robin Chapple

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar