H
hhoward
I have a DB that I need to cascade the changes on as follows
Company
Contact
Job
Invoice
Payment
Company and Contact are connected via Account Number.
Account Number is my PKey in the Company table and I have
it set to cascade changes.
Contact to Job is where the trouble starts. I have them
connected via Account Number and Contact Name. I would
like changes in either field to cascade to the equivilant
job fields. Because there are duplicate values in both
fields, I am not sure how to go about this.
I do have a primary key field called pkey in the contact
table and a field called reference number in the job table.
My data entry person is Computer Illiterate so relying on
her to remember to change the fields in each of the tables
when there is a change is too much to ask.
Any help would be appreciated.
Thanks
Holly
Company
Contact
Job
Invoice
Payment
Company and Contact are connected via Account Number.
Account Number is my PKey in the Company table and I have
it set to cascade changes.
Contact to Job is where the trouble starts. I have them
connected via Account Number and Contact Name. I would
like changes in either field to cascade to the equivilant
job fields. Because there are duplicate values in both
fields, I am not sure how to go about this.
I do have a primary key field called pkey in the contact
table and a field called reference number in the job table.
My data entry person is Computer Illiterate so relying on
her to remember to change the fields in each of the tables
when there is a change is too much to ask.
Any help would be appreciated.
Thanks
Holly