update db from web

S

Stephen Green

We have an Access membership database on our website that is updated
directly with changes.

We have the same database in our office that has various queries that we've
developed for offline use. These queries are NOT in the online copy.

If we simply publish or FTP the database down to our local machine it will
overwrite everything with the online copy.

How can we update the membership data in our local copy without overwriting
these queries?

Thanks.

Stephen
 
M

MacDermott

Rename your local copy.
FTP your database down from the web.
Open your local copy.
Delete all the tables.
Replace them with links to the copy you've ftp'ed down.
Now all your queries will run against the data from the web.
You can FTP a new copy down and replace that data, without affecting the
queries in the renamed database.

HTH
- Turtle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top