Hello Friends
With the help of many of you here on the Accessworld forums I have created a VERY simple membership app for a local non-profit I volunteer for. (I know this sentence ends in a preposition, but I was afraid 'for which I volunteer' would sound a bit stodgy.) Grammar aside, I have a demographics table related to a payments table. In an effort to clean up legacy data it would be helpful to know THE LAST payment made for each member.
Relevent fields in demographics: [Lname], [Fname] [Id] (parent table)
Relevent fields in payment : [GiftDate], [FkDemoId] (child table) FkDemoId is the foreign key
I don't know how to structure a query to yeild this data.
Thanx in advance
Al
With the help of many of you here on the Accessworld forums I have created a VERY simple membership app for a local non-profit I volunteer for. (I know this sentence ends in a preposition, but I was afraid 'for which I volunteer' would sound a bit stodgy.) Grammar aside, I have a demographics table related to a payments table. In an effort to clean up legacy data it would be helpful to know THE LAST payment made for each member.
Relevent fields in demographics: [Lname], [Fname] [Id] (parent table)
Relevent fields in payment : [GiftDate], [FkDemoId] (child table) FkDemoId is the foreign key
I don't know how to structure a query to yeild this data.
Thanx in advance
Al