Hi everyone, hope someone can help me...
I have the following:
Main Table (MainID) Lists all my companies.
Benefit Table (BenID) contains a benefit summary for each company.
BeneDesc Table (BDID) Contains a list of all possible benefits.
Here is my scenerio:
I want to be able to elect to have my Benefit Table autopopulate with ALL Benefits listed in the BeneDesc Table. The fields in my Benefit Table are:
BenID (Pri Key)
Description (Number - Lookup Field which points to the BeneDesc Table)
Start Date
End Date
If the user decides that a company should have benefits then they will get ALL benefits, therefore, I would like to be able to populate them w/out having to manually select them line by line.
Any help would be appreciated!
Thanks!
~Di
I have the following:
Main Table (MainID) Lists all my companies.
Benefit Table (BenID) contains a benefit summary for each company.
BeneDesc Table (BDID) Contains a list of all possible benefits.
Here is my scenerio:
I want to be able to elect to have my Benefit Table autopopulate with ALL Benefits listed in the BeneDesc Table. The fields in my Benefit Table are:
BenID (Pri Key)
Description (Number - Lookup Field which points to the BeneDesc Table)
Start Date
End Date
If the user decides that a company should have benefits then they will get ALL benefits, therefore, I would like to be able to populate them w/out having to manually select them line by line.
Any help would be appreciated!
Thanks!
~Di