473,396 Members | 1,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

linking data

2
Thanks in advance for anyone who can provide me with some help.

I am completely stumped. I haven't used Access to design anything more than a simple database with separate tables in over a year. I have been sitting here for hours trying to link the data between several tables on 2 separate databases.

I have a database which I use for keeping track of the status of documents from different dates. Every couple of weeks a new load of documents come in and I have to create a new table on my database to keep track of the documents that are being translated.

Now, we have another database with its own table that contains every document that we have ever received. I need to design the database so that I can link the data on all my tables on my database with the data on the other table on the other database. So that whenever I update something on one of my tables, it is automatically updated on the other database. You may think this is useless and that I may as well just keep the tables on the same database, but this is what the boss wants… so I have to deliver.

I will give you an example of what is needed:

Database 1
Table 1
Table 2
Table 3
Table 4
Table 5


Database 2
Table 1

Everything on database 1 needs to automatically update on database 2 whenever something is changed/added/deleted.

To anyone who can help… you are an absolute legend. I have been trying to figure this out for so long.
Apr 1 '08 #1
2 1184
grahto
2
anyone? I could sure use some help on this =)
Apr 1 '08 #2
Stewart Ross
2,545 Expert Mod 2GB
Hi. Short answer is that Access has no facilities which will allow you to keep two separate sets of tables and mirror all updates to another set in real time - and as you have grasped yourself it creates all sorts of difficulties by trying to do so. Even if you were using a true transaction processing database such as Oracle (where update transactions are explicitly confirmed before taking effect, and transaction roll-back is possible) you would be hard-pressed to come up with any reason at all for maintaining two sets of tables in the way you describe.

The normal approach is to have all the tables in one, central, back-end database and one or more (if needed) separate front-end systems linked to the single back-end set of tables.

In trying to maintain two copies of the data in multiple tables you defeat the purpose of a relational database, where the minimisation of redundant data is a design principle.

I think you should reconsider your database design and see if you can do away with locally-held tables altogether. Whatever you do, it should be on one set of data only. That data can be distributed over many back end systems if need be, and by linking your local database to the back-end tables you should be updating the same master table set that everyone else has access to.

-Stewart
Apr 1 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: sunil | last post by:
Hi, We have lot of c and fortran archive libraries that have complex dependencies. We have different server tasks that use some of these libraries. We have developed a tool inhouse that links...
20
by: Steven T. Hatton | last post by:
I just read this in the description of how C++ is supposed to be implemented: "All external object and function references are resolved. Library components are linked to satisfy external...
5
by: Brian | last post by:
I need to import data from 720 csv files into an Access database so I can do some editing prior to loading into a SQL Server. These files came from data output from a mainframe on a monthly basis....
0
by: gasturbtec | last post by:
please help im new at access programming and i just got this project dropped in my lap because the old programmer quit. i've been doing ok so far but now i need to add code to an existing database...
2
by: TheTamdino | last post by:
One of the things that is common between most genealogy databases is that they will have one screen were you log all the information for a given person and then (maybe) have a link to a source...
1
by: deiopajw | last post by:
I have a Back end database on a network drive. The copies of the front end are located on individual pc's (in their C drive). The problem arises when a laptop user naturally hooks up to the...
0
by: dotyet | last post by:
Hi Everyone, I am trying to build a DB2 UDB UDF which can perform regex over the table data. The user defined function will call an external .dll file to do the task. I am referring to the...
7
by: Salad | last post by:
I am converting an application from A97 to A2003. I have 2 tables created by another application as a Foxpro.dbf. The table has no index. The connect string in A97 is FoxPro...
1
by: agarwasa2008 | last post by:
Hi, I have a perfect file called "Products.xls" that I link to my MS Access 2003 database and everytthing looks good in that file. When I view the same file after linking in my database the...
4
by: naveenmurthy | last post by:
Hello All, I have created a .mht file in following format. 1. The .mht file contains following htmls. a. MHTLinkingProblem.html b. Left.html c. Right.html d. Start.html
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.