I have a database(Access 2000) with two imported tables. These are in relationships with other tables in the db. Is there any possibility to automatically update the imported tables?
With "update" I mean getting the uptodate contents of the tables from the database I imported them.
One possibility would be to import the tables again. But the problem is that my tables are in relationship with other tables in the db and you can imagine what re-importing them means. Furthermore, I would like to give to the users the possibility to update the tables by clicking on a button.
The solution I thouhgt about is to import the tables again into temporary tables, to overwrite the contents of the old tables (which are only read by my application) and then to delete the temporary tables. I can do this, but I wondered if there wasn't an easier solution available.
Another possibility is to link the tables but my boss doesn't want me to use it...
Sorry I guess I could have read ALL of your second post. I would use 3 queries- a select query that finds modified/new records in the "linked db", an append query to grab the new records, and an update query to grab modified records.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.