1
116
I have a query that I used SQL on, and I am trying to get 'MAX' to work on a
Date field (DATERANGE) so the results will always pull up the must current.
Can someone take a look at this.
SELECT EntryID, DATERANGE, CLN, NAME, SHIFT, REGT, OT, DBLT, ITS
FROM t_Employee_Hrs ORDER BY DATERANGE ASC,CLN ASC
Thanks
David
Date field (DATERANGE) so the results will always pull up the must current.
Can someone take a look at this.
SELECT EntryID, DATERANGE, CLN, NAME, SHIFT, REGT, OT, DBLT, ITS
FROM t_Employee_Hrs ORDER BY DATERANGE ASC,CLN ASC
Thanks
David