R
rarmont
I'm running a HRIS on Access for the time being (cumbersome but necessary).
The database runs a sub-form opened from a drop-down list allowing the user
to select which employee record to update. Once in the sub-form, there is a
command button that runs on the selected record only. The button, once
clicked, updates insurance deductions based on years of service and coverage
amounts (EE only, EE & Spouse, EE & Children, Family, Waived). The deductions
are retrieved from a second table, with the parameters based off of less than
one year of service or more than one year of service and coverage selected.
The deductions change after one year of service (on the first of the
following month). Age comes in to play while calculating voluntary life
insurance, but in an effort to keep this simple, I'll try to briefly explain
what I need.
I'm trying to create a button that will run the calculations on ALL of our
employees at the same time. Is there a way to do this?? A loop starting at
the first record then ending with a pop-up telling me it worked??
The database runs a sub-form opened from a drop-down list allowing the user
to select which employee record to update. Once in the sub-form, there is a
command button that runs on the selected record only. The button, once
clicked, updates insurance deductions based on years of service and coverage
amounts (EE only, EE & Spouse, EE & Children, Family, Waived). The deductions
are retrieved from a second table, with the parameters based off of less than
one year of service or more than one year of service and coverage selected.
The deductions change after one year of service (on the first of the
following month). Age comes in to play while calculating voluntary life
insurance, but in an effort to keep this simple, I'll try to briefly explain
what I need.
I'm trying to create a button that will run the calculations on ALL of our
employees at the same time. Is there a way to do this?? A loop starting at
the first record then ending with a pop-up telling me it worked??