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: devSoft144
  • Content: Threads
  • Order by date
  1. devSoft144

    Close an ODBC connection

    I am importing data to Access 2002 from an Oracle database. My vba code is: Sub importTbl() DoCmd.TransferDatabase acImport, "ODBC", "ODBC;DSN=myDSN;UID=myUID;PWD=myPW", acTable, "SourceTbl", "DestTbl", False ' the above transfer is succesful. ' The next transfer produces an error...

Part and Inventory Search

Back
Top