Hello all. I am so frustrated. I have been trying to find a solution to this problem for days.
What I am trying to do is default values into a primary table when select a primary key value in another table. Both the primary and secondary table have a field called "Cust_ID". The primary table is for Customer Returns and the secondary table is for Customer Addresses. I want to select a Customer from the Customer Addresses Table and have all the address detail populate the same fields in the Customer Returns table. Fields to be populated are address1, address2, address3, address4, City, State, ZIP, Country. Etc.
Both tables contain these fields.
The reason I must populate the Customer Returns table with this data is because the record must be kept intact as recorded, regardless of changes to the Customer Address Table Data over time.
Is there anyone out there that can help me please.
What I am trying to do is default values into a primary table when select a primary key value in another table. Both the primary and secondary table have a field called "Cust_ID". The primary table is for Customer Returns and the secondary table is for Customer Addresses. I want to select a Customer from the Customer Addresses Table and have all the address detail populate the same fields in the Customer Returns table. Fields to be populated are address1, address2, address3, address4, City, State, ZIP, Country. Etc.
Both tables contain these fields.
The reason I must populate the Customer Returns table with this data is because the record must be kept intact as recorded, regardless of changes to the Customer Address Table Data over time.
Is there anyone out there that can help me please.