Append Query in Different levels of tables.

prabhus

Registered User.
Local time
Today, 09:02
Joined
Mar 14, 2012
Messages
67
:cool: I tring to create a tool in my team to track the work.

I receive the data from engineering team lets name it as MAster database( in DB2 database - Read only ) and then i want to assign the data to each member and staus will be updated by them.

:) So my Idea is upload the data from Engineering team (MAster database) to my (Local database), i think of using Append query if there is any changes in engineeiring data after i append the data then i can use the Update query to modify the data.

:banghead:But once i assign the job to every member from my Localdatabase, i want it to stored in a data base with their name because it is a huge volume data and it will go for years.
The bottleneck is If i use the Append query here, the changes from Masterdatabase to Locadatabase will not reflect in Team members database? is any solution for this or i have to use the Update query in Localdatabase and also in Team memers database?
If my idea is not optimal, is there any other way to do it?
 
So my Idea is upload the data from Engineering team (MAster database) to my (Local database)
The best approach seems to be to use the "Import" feature of Access in order to create linked tables in your DB.
Then use the Append/Update/Delete queries on the linked tables and the changes should be reflected (in theory at least :) ) in the main DB.
 

Users who are viewing this thread

Back
Top Bottom