Can anyone give me the proper syntax to due this?
DMax("[CurrReadDate]", "ReadingTbl", "[AccountNo] =" & Me.AccountNo) - 1
It's not working the way it is above, and I actually need the record right before the one with the most recent date in order to do what it is that I am trying to do...