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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to copy data from a database to another automatically?

Status
Not open for further replies.

longmatch

Programmer
Nov 1, 2001
406
Dear All:
I have one Access database table on our web server need to be udpated based upon another Access database table. I would like to make this process automatically. How to make it work?


Haijun
 
Here is the thread that I started with almost the very same question.

thread705-349301

To make it automatic, you need to create a hidden form with a timer function, run the code in the thread (with mods to your db) and will update the data.

Within the thread, you will find reference to a different thread that helped me out greatly.

Let me know how it works.

Thanks,
crpjaviman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top