AndrewMozley
Programmer
I want to find the latest record (if it exists) for a specified account in a table where the fields include the Account code and the transaction date. It happens that I have an index on the table with key : Account + DTOS(Transaction date). What is the easiest way to do this? Is there perhaps an SQL statement.
Thank you.
Thank you.