Hello,
I hope someone can help me asap!
I have 2 tables, tblMaster and tblCompleted. I have ALL of my data in the tblmaster with a primary key of ID AutoNumber; and the tblcompleted will have some of the information from the master like name, address, city, state, zip and its primary key is also an ID Autonumber seeing as how both tables I allow duplicate names and address for businesses and suites.
Heres what I need to know:
Lets say I have 3 records in the tblmaster named 'Johns Computer Shop' with different addresses like this:
Johns Computer Shop 123 Test Way
Johns Computer Shop 456 Runway Rd
Johns Computer Shop 789 Go Home St
and now I put a record in the tblcompleted table (since I done a job there):
Johns Computer Shop 456 Runway Rd
How do I make these two stay static to only each other and also if for some reason the name changes and I want to change it in the tblcompleted table and only that one record in the tblMaster table too not all the locations in the master?
Is this possible? How would I accomplish this and what relationship do I need to join on etc?
Thanks for your help in advance.
I hope someone can help me asap!
I have 2 tables, tblMaster and tblCompleted. I have ALL of my data in the tblmaster with a primary key of ID AutoNumber; and the tblcompleted will have some of the information from the master like name, address, city, state, zip and its primary key is also an ID Autonumber seeing as how both tables I allow duplicate names and address for businesses and suites.
Heres what I need to know:
Lets say I have 3 records in the tblmaster named 'Johns Computer Shop' with different addresses like this:
Johns Computer Shop 123 Test Way
Johns Computer Shop 456 Runway Rd
Johns Computer Shop 789 Go Home St
and now I put a record in the tblcompleted table (since I done a job there):
Johns Computer Shop 456 Runway Rd
How do I make these two stay static to only each other and also if for some reason the name changes and I want to change it in the tblcompleted table and only that one record in the tblMaster table too not all the locations in the master?
Is this possible? How would I accomplish this and what relationship do I need to join on etc?
Thanks for your help in advance.