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

    History keeping

    hi all is there any fast way of merging two tables(i.e., one is the history for another)? i've found the following 1.DoCmd.TransferDatabase acImport, "Microsoft Access", "Trial5.MDB", acTable, "main", "history", False but it creates new table (e.g., "history1") whether the "history" one already...
  2. h00ch

    DoCmd.TransferText with error 3625

    hi all i try to accomplish with DoCmd.TransferText acImportDelim, "Schema.ini", "TestTable", "1.txt" that unfortunally comes with the 3625 error: "the text file specification "Schema.ini" does not exists". i've tried to put the whole path like...

Part and Inventory Search

Back
Top