G
ghost
Greeting,
I have a form for adding new info. There is a combo box for initial of
employees. And there is a command button for open a form that allows to input
new initials. I put the following code in the main form with on current event
to update the combo box value
Private Sub Form_Current()
Me.CD_REP.Requery
End Sub
Where the "CD_Rep" is the combo box
The code is working fine and I could add data but when I close the form of
Initials and reopen it and add more initial, the new initials do not appear
unless closing the form and reopen it.
Can any body help me please?
I have a form for adding new info. There is a combo box for initial of
employees. And there is a command button for open a form that allows to input
new initials. I put the following code in the main form with on current event
to update the combo box value
Private Sub Form_Current()
Me.CD_REP.Requery
End Sub
Where the "CD_Rep" is the combo box
The code is working fine and I could add data but when I close the form of
Initials and reopen it and add more initial, the new initials do not appear
unless closing the form and reopen it.
Can any body help me please?