G
Guest
I have a problem with a subform not updating with table information after the
initial input.
First, let me present the setup of the main form creation.
1. I have created a main form (Employee Training) using two tab pages on the
form.
2. The first tab (Employee Information) is used to collect data for the
primary employee table.
3. The second tab (Job Competency) has an embedded subform to collect
training that an employee has received and stores it in a Job Competency
table.
Here is the problem in the order experience.
1. Starting up the form and entering the employee information on first tab
works fine.
2. Change to second tab to enter training information (the Job Competency
table has a relationship to the Personnel table) by selecting the employee ID
from a ComboBox and it works fine.
3. Go back to first tab to enter a new employee and all is well.
4. Select the second tab again to update training information about this new
employee and the employee ID is not present in the drop ComboBox but [all]
previous are.
The workaround that I have is by entering one employee and closing the form
and reopening to enter a new employee. This defeats the objective of being
able to update the two tables through the use of one form with tab pages.
Looking forward to all replies on this issue.
Sincerely,
Tony D. Abel
initial input.
First, let me present the setup of the main form creation.
1. I have created a main form (Employee Training) using two tab pages on the
form.
2. The first tab (Employee Information) is used to collect data for the
primary employee table.
3. The second tab (Job Competency) has an embedded subform to collect
training that an employee has received and stores it in a Job Competency
table.
Here is the problem in the order experience.
1. Starting up the form and entering the employee information on first tab
works fine.
2. Change to second tab to enter training information (the Job Competency
table has a relationship to the Personnel table) by selecting the employee ID
from a ComboBox and it works fine.
3. Go back to first tab to enter a new employee and all is well.
4. Select the second tab again to update training information about this new
employee and the employee ID is not present in the drop ComboBox but [all]
previous are.
The workaround that I have is by entering one employee and closing the form
and reopening to enter a new employee. This defeats the objective of being
able to update the two tables through the use of one form with tab pages.
Looking forward to all replies on this issue.
Sincerely,
Tony D. Abel