Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Dire
  • Content: Threads
  • Order by date
  1. Dire

    CSV File Import Error

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

    Exporting Access Data into Excel - Formatting Issues

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

Part and Inventory Search

Back
Top