S
slickdock
Using a totals query, I need to get the last [txtStatus] value in
tblPayments. It is returning LAST with respect to [PaymentID], which is the
primary key in that table. How do I specify that I want last [txtStatus]
value with respect to [PaymentDate]?
Thank you.
tblPayments. It is returning LAST with respect to [PaymentID], which is the
primary key in that table. How do I specify that I want last [txtStatus]
value with respect to [PaymentDate]?
Thank you.