I have an Access database that has the Time as text field (“0350” for 3:50 AM), which is recalculated in a query into a TimeValue decimal value. When I use Excel 2000 on a Windows XP computer MSQuery corrrectly retrieves the query’s time field as a decimal value (0.159722). When I use Excel 2010 to open the same spreadsheet on a Windows 7 computer, MSQuery transforms the value to “1899-12-30 03:50:00” which Excel changes to a 0 and displays in a time-formatted cell as 12:00 AM.
Is there some setting that needs to be tweaked in order to get the field to download properly?