48Highlander
Technical User
I work for a non-profit and I am trying to determine the amount of the most recent donation (if any).
tblMain contains the person's ID, name and address, etc. and tblSponsorships contains SponsorID (i.e. the person's ID), Date, and Amount.
I cannot figure out how to create a query where there is only one row for a person that contains the date and the amount of the most recent donation. I think I need a UNION query.
Any help would be most appreciated.
tblMain contains the person's ID, name and address, etc. and tblSponsorships contains SponsorID (i.e. the person's ID), Date, and Amount.
I cannot figure out how to create a query where there is only one row for a person that contains the date and the amount of the most recent donation. I think I need a UNION query.
Any help would be most appreciated.