A
Allan Koodray
I have a form with the following parameters:
1 main form based on a query
2 tabs (subforms) that include the following:
New Employee Entry (new data inputs)
Employee Headcount (edits / deletions)
the subforms are linked to the main form by department.
The concept is to have a user add new employees in the
first tab, then on the second tab check during which
months the employee will be employed.
The problem I am having is the second tab (employee
Headcount) is not updated (real time) when the information
is added. The user must exit the form and re-enter to view
the new employee on the "Employee Headcount" subform. I am
sure there is vba code for refreshing the Employee
Headcount subform.
..
1 main form based on a query
2 tabs (subforms) that include the following:
New Employee Entry (new data inputs)
Employee Headcount (edits / deletions)
the subforms are linked to the main form by department.
The concept is to have a user add new employees in the
first tab, then on the second tab check during which
months the employee will be employed.
The problem I am having is the second tab (employee
Headcount) is not updated (real time) when the information
is added. The user must exit the form and re-enter to view
the new employee on the "Employee Headcount" subform. I am
sure there is vba code for refreshing the Employee
Headcount subform.
..