Control Apostrophe exporting to Excell 2010 from Access runtime 2010

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top