H
hepheathie
Hi,
I am setting up a database to track insurance policies issued, and
I've hit a wall with one item. Each policy can have up to 10 classes,
and each class can have an unlimited number of benefits. I have a
table for the policies that currently links to a table for the
classes, and that links to a table for each benefit applicable to each
class. To enhance this, I'd like to add a field to the policy table
where the underwriter enters the number of classes (x), and then x
number of records is automatically created in the classes table (and
each record that was created is numbered consecutively from 1 to x in
the "class" field). Then, the underwriter can go through each class,
select the benefits in a subform, and enter the pertinent information
about each benefit.
For example, if policy number 12345678 has 5 classes, the underwriter
would select "5" on the policy form, and then 5 records (numbered in
the "class" field 1,2,3,4,5) would be added to the class table.
Any thoughts on how to accomplish this? The way it is now, the
underwriter would have to create a record for each class, number each
class, and take it from there.
Thanks,
Heather
I am setting up a database to track insurance policies issued, and
I've hit a wall with one item. Each policy can have up to 10 classes,
and each class can have an unlimited number of benefits. I have a
table for the policies that currently links to a table for the
classes, and that links to a table for each benefit applicable to each
class. To enhance this, I'd like to add a field to the policy table
where the underwriter enters the number of classes (x), and then x
number of records is automatically created in the classes table (and
each record that was created is numbered consecutively from 1 to x in
the "class" field). Then, the underwriter can go through each class,
select the benefits in a subform, and enter the pertinent information
about each benefit.
For example, if policy number 12345678 has 5 classes, the underwriter
would select "5" on the policy form, and then 5 records (numbered in
the "class" field 1,2,3,4,5) would be added to the class table.
Any thoughts on how to accomplish this? The way it is now, the
underwriter would have to create a record for each class, number each
class, and take it from there.
Thanks,
Heather