From my main form i have a pop up form that allows user to enter data into the one side of a relationship.
When the form is closed i want to refresh the form that called it so the value can be selected from a combo box.
Is it not something simple along the lines of
Me.Visible = False
DoCmd.OpenForm "document_entry"
Form.Refresh
When the form is closed i want to refresh the form that called it so the value can be selected from a combo box.
Is it not something simple along the lines of
Me.Visible = False
DoCmd.OpenForm "document_entry"
Form.Refresh