hi -
here is a brief description of the issues that i am running across.
i am using the following code to import .CSV files in my database.
===============================================
Public Function pfImport()
On Error GoTo Err_F
Dim fso As Object, fol As Object, fils As...
i checked that in excel and all options are un-ticked in
Tools > Options > Transition
i have tried Transferspreadsheet and OutputTO in Access VBA to export, and both of them are giving the same issue. is there any other function that i could use to export.
thanks.
thanks for your reply.
if i don't want the ' (excel's text identifier) to be present in the output file, how can i accomplish that?
reason i ask is that the output file from the db is input for some other application and that application needs that the text fields don't have ' in them...
I have used DoCmd.TransferSpreadsheet method to export data from an Access DB into Excel.
the following is an example of the code:
CODE:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, sQueryName, strPath
The problem i have is that, in Excel, all text field cells are exported...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.