I have a table where each record is timestamped. I need a query that returns the record with the most recent date/time. The query below works but I need to add more columns and when I do I get more records than I want returned.
SELECT UpdateLiningStatus.MachineNumber...