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 strongm 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: *

  1. 18181956

    SQL 7 with Access Project (Can't export table as a user)

    Hallo I need some help. I have a Database on a SQL Server 7. I want to export a table with this script: DoCmd.TransferDatabase acExport, "MicrosoftAccess", "A:\bemfrc.mdb", acTable, "BasicDepInfo", "BasicDepInfo" I am the dbo owner and I don't have any...
  2. 18181956

    Export Table

    Hi, my name is Sieglinde I am working on a Database (Access Project) with multiple users. Right now, I am working on the exportation of tables. I use the command DoCmd.TransferDatabase acExport, "Microsoft Access", "A:\Example.mdb", acTable, "Table_Export&quot...

Part and Inventory Search

Back
Top