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 Chris Miller 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. jasonpho

    Code error for non-executing line inside If...Then !!??

    I don't have much of an answer, but one question for you: If you hit control+break, or choose "debug", when the error happens, does it take you to that line in the code, or another line? Are you able to reproduce the error when stepping through in debug mode? I know that maybe you can't, but if...
  2. jasonpho

    Copy AND rename database objects to another database

    Michael, Thanks for the reply and the analsysis. Let me explain the problem statement, and maybe you could suggest a better way to solve it. The problem statement here is: How to deliver updates to our clients of custom reports AND customizations (80% of the time this will be custom reports...
  3. jasonpho

    Copy AND rename database objects to another database

    Thanks for the reply. Sorry if I didn't make this clear enough, but docmd.transferdatabase won't work (I've tried using it for the copy object part). Let me see if I can explain why in a nutshell: Effectively, I need a function called "docmd.copydboject", that accepts the same parameters as...
  4. jasonpho

    Copy AND rename database objects to another database

    Hi, I'm creating an auto-update program for MS Access, the idea is that you add all objects to one database, we'll call it "Updater.mdb", and then you open "updater.mdb". It will then connect to another database, we'll call it "program.mdb", and copy all database objects. This is easy to do...

Part and Inventory Search

Back
Top