JamesDalton
4 years agoQrew Trainee
Automated Auto Populate from Parent Table
Hello,
I am building an app for my insurance company that essentially splits policies into two categories, Renewals and New Business. I have created two tables respectively named that will hold everything about the client (name, state, specialty, etc) and I want to have a field that specifies the type of policy it is (example, all records in the Renewals table should have a policy status column that says "Renewal" and New Business Table will have a policy status column that says "New Business", this is part of a complicated work-flow that I won't go into too much detail). I thought it would be easier and would save disk-space in the app If I just created a Parent Policy Status table with just two records Renewal and New Business, and then have all of the records in the other two child tables tables simply point to the records in the parent table. I wanted this to happen automatically when I create a record.
Thank you,
------------------------------
J
------------------------------
I am building an app for my insurance company that essentially splits policies into two categories, Renewals and New Business. I have created two tables respectively named that will hold everything about the client (name, state, specialty, etc) and I want to have a field that specifies the type of policy it is (example, all records in the Renewals table should have a policy status column that says "Renewal" and New Business Table will have a policy status column that says "New Business", this is part of a complicated work-flow that I won't go into too much detail). I thought it would be easier and would save disk-space in the app If I just created a Parent Policy Status table with just two records Renewal and New Business, and then have all of the records in the other two child tables tables simply point to the records in the parent table. I wanted this to happen automatically when I create a record.
Thank you,
------------------------------
J
------------------------------