Not even sure if that is what I need. What I do need is to return the record ID (transID) of the record where the date is the most recent (transDTStamp). So far, I can get it to return the date, but I can't figure out how to modify it to return the record ID.
Code:
a = DMax("transDTStamp", "tblTransactions")