L
Lorien2733
I am trying to determine insurance rebates. The rebate is prorated. I have a
calculate field on my form that has the formula for determining the amount of
the rebate based on coverage, years worked etc but I need to multiply this
amount by the actual number of health premium payments each person made over
a 6 mo. period.
I have a subform that shows the 6 month history of activity on the accounts.
One record per month. Some people have health ins., some life, some both
etc.. Some people join during the 6 mo. period - some leave. They only get
rebates on the health portion. I need to get a count of the number of months
that each person paid the health premium.
Hope that made sense. I'm trying to count the number of records on the
subform only if the [healthprem] amt is >0 and then use that number in the
calculated field on my main form. I've tried Count(*) but that counts every
record. I've tried DCount and get errors. This can't be as hard as I'm making
it. Help!
TIA. Lynne
calculate field on my form that has the formula for determining the amount of
the rebate based on coverage, years worked etc but I need to multiply this
amount by the actual number of health premium payments each person made over
a 6 mo. period.
I have a subform that shows the 6 month history of activity on the accounts.
One record per month. Some people have health ins., some life, some both
etc.. Some people join during the 6 mo. period - some leave. They only get
rebates on the health portion. I need to get a count of the number of months
that each person paid the health premium.
Hope that made sense. I'm trying to count the number of records on the
subform only if the [healthprem] amt is >0 and then use that number in the
calculated field on my main form. I've tried Count(*) but that counts every
record. I've tried DCount and get errors. This can't be as hard as I'm making
it. Help!
TIA. Lynne