Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / March 2007

Tip: Looking for answers? Try searching our database.

Language problem in exporting data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bijan - 28 Mar 2007 15:04 GMT
Hi All
I used this code to export my query result to Excel
Dim XL As Object
     Set XL = CreateObject("Excel.Application")
     DoCmd.OutputTo acOutputQuery, "qryName", acFormatXLS, "C:\Result.xls",
True
But one of fields that filled with my native language(persian) in access  
converted in unreadable format!
any help would be appretiated
Ken Snell (MVP) - 29 Mar 2007 01:39 GMT
Try using the DoCmd.TransferSpreadsheet action instead. And no need to
create an instance of EXCEL before doing the export.

Signature

       Ken Snell
<MS ACCESS MVP>

> Hi All
> I used this code to export my query result to Excel
[quoted text clipped - 6 lines]
> converted in unreadable format!
> any help would be appretiated
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.