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 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.