N
nbaker
Help Please!
I have the table 'Planned_Givers_No_Dups that contains multiple rows
per ID. i would like to return all fields where the date is most
recent.
SELECT Planned_Givers_No_Dups.[Constituent ID],
Planned_Givers_No_Dups.[Gift Amount], Planned_Givers_No_Dups.[Gift
Date], Planned_Givers_No_Dups.[Gift Type], Planned_Givers_No_Dups.[Gift
Instalment Frequency], Planned_Givers_No_Dups.[Gift Payment Type]
FROM Planned_Givers_No_Dups;
any help would be much apprecitated.
Regards
I have the table 'Planned_Givers_No_Dups that contains multiple rows
per ID. i would like to return all fields where the date is most
recent.
SELECT Planned_Givers_No_Dups.[Constituent ID],
Planned_Givers_No_Dups.[Gift Amount], Planned_Givers_No_Dups.[Gift
Date], Planned_Givers_No_Dups.[Gift Type], Planned_Givers_No_Dups.[Gift
Instalment Frequency], Planned_Givers_No_Dups.[Gift Payment Type]
FROM Planned_Givers_No_Dups;
any help would be much apprecitated.
Regards