I have created one main form called 'Employee Details' which comes from the 'Employee Details table'.
I have also created a second form which has a field called 'Employee No' this field is a combo box (the information for this combo box comes from the 'Employee no' field in the 'Employee Details table'.
The 'Employee Details form also has a field called 'Employee No' which comes from the 'Employee Details Table' (so the info is coming from the same place).However it is not a combo box, (Just when I enter a new number it updates that table - so a normal text box).
In the 'Employee Details Form' I have a command button that takes me into the second form.
What I want to be able to do is when I type a number in the 'Employee number field' in my Employee Details Form, for me to be able to click save and then click on the command button to take me into my second form and then when I click on the arrow for my 'combo box' for the 'employee no field' it has at the top of the list the number I just put in the 'Employee Details Form' already in the list.
However, the combox box only seems to update the list when I save and come out of my 'Employee Details Form' and then go back in.
Thank you in advance for your help.
I have also created a second form which has a field called 'Employee No' this field is a combo box (the information for this combo box comes from the 'Employee no' field in the 'Employee Details table'.
The 'Employee Details form also has a field called 'Employee No' which comes from the 'Employee Details Table' (so the info is coming from the same place).However it is not a combo box, (Just when I enter a new number it updates that table - so a normal text box).
In the 'Employee Details Form' I have a command button that takes me into the second form.
What I want to be able to do is when I type a number in the 'Employee number field' in my Employee Details Form, for me to be able to click save and then click on the command button to take me into my second form and then when I click on the arrow for my 'combo box' for the 'employee no field' it has at the top of the list the number I just put in the 'Employee Details Form' already in the list.
However, the combox box only seems to update the list when I save and come out of my 'Employee Details Form' and then go back in.
Thank you in advance for your help.