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...
I have a form that displays work order information for several plastic molding machines in a manufacturing production floor. The form is displayed on a large TV on the floor. I've created another form to input updated info so the form on the TV can be updated from a workstation. What I would...