- Joined
- Jul 2, 2012
- Messages
- 1
- Reaction score
- 0
I use the following command:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, strQryName, strFileName
When I export from the full version of Access 2010 the export contains the control apostrophe (i.e. '01234 )
When I export from the RUNTIME version of Access 2010 the export DOES NOT contains the control apostrophe (i.e. 01234 )
I need it to contain that control apostrophe, any ideas?
For help, our access application is compiled in Access 2003 with references to Excell 14.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, strQryName, strFileName
When I export from the full version of Access 2010 the export contains the control apostrophe (i.e. '01234 )
When I export from the RUNTIME version of Access 2010 the export DOES NOT contains the control apostrophe (i.e. 01234 )
I need it to contain that control apostrophe, any ideas?
For help, our access application is compiled in Access 2003 with references to Excell 14.