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

    Thanks very for the quick reply, PHV! Your suggestion worked like a charm! I suspected that the solution required a combination of nested joins and derived tables, but just couldn't wrap my head around the SQL required.
  2. 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