I have form A that has lookup field [Member]. If the member is not on the lookup list, the user will click on a command button that opens form B in which new members are entered. The member is entered and the form is closed focusing once again on form A.
My problem: Once form B is closed and the focus returns to form A, the new member is not displayed on the lookup list in the [members] field. I have to press F9 and refresh to have the new member displayed on the list.
I use "DoCmd.RunCommand acCmdSaveRecord" to refresh the form in another procedure. Is there something similar that will refresh the lookup list so that when I close form B, [members] automatically has the new member?
TIA
My problem: Once form B is closed and the focus returns to form A, the new member is not displayed on the lookup list in the [members] field. I have to press F9 and refresh to have the new member displayed on the list.
I use "DoCmd.RunCommand acCmdSaveRecord" to refresh the form in another procedure. Is there something similar that will refresh the lookup list so that when I close form B, [members] automatically has the new member?
TIA