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 Shaun E 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. TisiRaptor

    Programatically Rename an MS Access 2002 Table?

    I'm no expert, and there's probably an easier way, but I use something similar to the following in one of my databases: DoCmd.CopyObject, "myTableOld", acTable, "myTable" DoCmd.DeleteObject acTable, "myTable" In effect this creates a copy of the original table and you then delete the original...
  2. TisiRaptor

    Exclusive access message

    Many thanks for all the tips in this thread. I started experiencing this problem this morning on a stand-alone database and couldn't work out what was going on. A Google search brought me here so I uninstalled Adobe Acrobat 7.03 professional and it sorted the problem. I re-installed Acrobat...

Part and Inventory Search

Back
Top