Hi, I am trying to sort a table of work requests with several columns of dates to find the latest date of those listed. I have tried ascending order in the query, but it doesn't really do what I want it to. Ideally this 'maxdate' would then be stored back in the table in another column. The date is only needed for display in a report, so its not crucial to save it, though. Sorry if this seems like a rookie question, Pete