Good Day,
I am currently working on Access 2007, and importing an excel spread sheet (titled master) with the date and time in the "LastCoreUpdate" column (6/13/2011 6:12:02 AM)
I created a query to run:
SELECT master.UnitID, master.softwareversion, master.LastCoreUpdate
FROM master
GROUP BY...