Newbies johnthompson Posted November 21, 2002 Newbies Posted November 21, 2002 I have been using a database to record address and contact information for publications in the UK. To make data entry easier, I decided to separate the information out into separate relational databases. I now have four databases - a master database into which I want all data entry and modification to be made, a publications database, a publisher database and an address database. Each contains the following fields: Master - Publication title, Publisher, Address 1, Address 2, Address 3, Address 4, City, County, Post code, Telephone, Fax, Web site (plus other unique fields) Publications database - Publication title, Publisher, Address 1, Address 2, Address 3, Address 4, City, County, Post code, Telephone, Fax, Web site Publisher database - Publisher I want to be able to enter, modify and delete all data in the master database, simultaneously updating the other three databases. How would I do this?
kennedy Posted November 23, 2002 Posted November 23, 2002 Why would you do this? The Master DB can already be used for anything that the Publications or Publishers databases would be used for... as you have them. Either go with just the Master DB, or go with the other two and get rid of the Master DB.
Recommended Posts
This topic is 8105 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now