I have an access database that contains a table (table is Transactions_tbl) for all transactions for all customers. I need to run a query that will pull only the most recent transaction (field is Transact_Date) for every customer (field is Customer_ID) in the table.
Start Free Trial