Please help!!! Very important, find records that doesn't exist
hey,
I am a newbie using ms access and i need help as soon as possible.
I have already check the forums but I haven’t found anything
I have a private institute system where the students select their courses and then every month they pay their fees.I am using the following tables:
TblMembers(MemberId,StName,StSurname ..etc)
TblCourses(CourseId,Category,Level,Fees ..etc)
TblClass(MemberId,CourseId) *link table to define courses for each student
TblPayments(MemberId,CourseId,Datepaid)
What i want is to make a query to show me students who have not paid their fees since the new school year which begins at September... (i.e Datepaid < current month)
I really need help....
thanks.
hey,
I am a newbie using ms access and i need help as soon as possible.

I have already check the forums but I haven’t found anything
I have a private institute system where the students select their courses and then every month they pay their fees.I am using the following tables:
TblMembers(MemberId,StName,StSurname ..etc)
TblCourses(CourseId,Category,Level,Fees ..etc)
TblClass(MemberId,CourseId) *link table to define courses for each student
TblPayments(MemberId,CourseId,Datepaid)
What i want is to make a query to show me students who have not paid their fees since the new school year which begins at September... (i.e Datepaid < current month)
I really need help....

thanks.
Last edited: