Hi,
Given two tables:
1: tMembers (fields are MemberID,FirstName,LastName,Email)
2: tDues (fields are DuesID,MemberID,PaymentDate,Amount,HasPaid)
MemberID in tDues is a foreign key to MemberID in tMembers
I'd like to generate a query that shows all members (once only, but show them even if no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.