Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndrewRansom

    List members and their most recent dues payments

    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...

Part and Inventory Search

Back
Top