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!

Recent content by h00ch

  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

    Well, I'm a dunce :( DoCmd.TransferText acImportDelim, "TestImportSpec", "TestTable", "1.txt" .... BTW, could anybody (perhaps, with native english) explain me the difference between the words dolt blockhead dunce goon nerd and their "lexical strength" :)
  3. h00ch

    DoCmd.TransferText with error 3625

    THANX A LOT! I've read about saving spec in a current database but did not figure out how to do it ;) ... that's why I had chosen the way of creating my own standalone schema. Now it works almost fine: the table creates but spacing does not fulfil. I designe tab separated flat file but the...
  4. 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