After update
I have a Main form with 2 subforms. The main form contains records from the Table “Employees”, showing “Hourly Rate, “Hours per Pay Period” and “Total of paycheck”. I have added a Text Box that calculates Overtime owed if there is any. Subform 1 shows the calculation of the Taxes owed from the...
www.access-programmers.co.uk
I just realized I had posted this question a couple of weeks ago, I thought it was fixed, I guess the problem persists. I don't know how to remove this post.
I have a form to create payroll checks. It has 2 subform, 1 calculates the taxes on the paycheck amount and the 2nd is to fill in the data that is provided for the check. If the employee has over time, I have a field in the main form to enter the income with overtime and it is set to requery the 1st form to recalculate the new taxes. When the form does a requery, the 2nd subform jumps to a new record instead of staying on the current record.
I changed the Cycle on the Main form to Current Page, 1st subform to Current record and 2nd subform set to all records but nothing has changed. I'm thinking maybe it has to do with the screen refresh. Does anyone know how to keep the 2nd subform on the current record after the refresh of the 1st sub form?
Last edited: