P
Proko
I am exporting the results of an Access query to Excel using:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel7,
"qry_dataoutput", FilePath
When I open the resulting spreadsheet the columns that had the format
"dd/mm/yy hh:nn" in Access have the format "dd/mm/yy" in the spreadsheet. Is
there any way to force the original format in the resulting spreadsheet? Or
is it possible to format the spreadsheet's columns using code within Access?
Any help would be greatly appreciated. Thankyou, Proko
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel7,
"qry_dataoutput", FilePath
When I open the resulting spreadsheet the columns that had the format
"dd/mm/yy hh:nn" in Access have the format "dd/mm/yy" in the spreadsheet. Is
there any way to force the original format in the resulting spreadsheet? Or
is it possible to format the spreadsheet's columns using code within Access?
Any help would be greatly appreciated. Thankyou, Proko