Hello,
I have the following command in a listbox:
Private Sub List15_AfterUpdate()
DoCmd.Requery "List15"
DoCmd.OpenForm "fmProjects", , , "[ID] = " & Me.List15, , acDialog
End Sub
I want to use a similar command when the form "fmProjects" is within a tab of another form, such as...