G
Guest
I have "form 1" that creates a project charter. On that form there is a
place for a manager to select from a list different staff members to assume
different roles on the project. If we want to add someone that is not in the
list I have added the following code when not on list occurs. "Form 2" opens
to input the new employee's information, however after the data is entered I
do not know what to do to get the new information entered to appear in the
pull down list or better yet to display the new data in the form. Please
help. the code i have is listed here:
If MsgBox("This person is not in the list." & vbNewLine & "Would you like to
add this name to the list?", vbInformation + vbYesNo, "Not included in the
list.") = vbYes Then
DoCmd.OpenForm "Frml_NewEmployees", , , , acFormAdd, acDialog
Response = acDataErrContinue
Thanks DDBeards
place for a manager to select from a list different staff members to assume
different roles on the project. If we want to add someone that is not in the
list I have added the following code when not on list occurs. "Form 2" opens
to input the new employee's information, however after the data is entered I
do not know what to do to get the new information entered to appear in the
pull down list or better yet to display the new data in the form. Please
help. the code i have is listed here:
If MsgBox("This person is not in the list." & vbNewLine & "Would you like to
add this name to the list?", vbInformation + vbYesNo, "Not included in the
list.") = vbYes Then
DoCmd.OpenForm "Frml_NewEmployees", , , , acFormAdd, acDialog
Response = acDataErrContinue
Thanks DDBeards