Hi all! I'm attempting to create a multi-page navigation form. In one of the subforms, when I edit it directly and run it alone, works correctly and opens a new window with the correct form and ID number selected. My intention is to get this functionality working in the navigation form.
NavForm: SubFormALLID, SubFormINDIVIDUALID, SubFormMISSINGDATA
SubFormALLID: Continuous Tabular Form w/ControlButton for each Record
How can I get the subform "SubFormALLID" to send this request to the other subform "SubFormINDIVIDUALID" while using the NavForm? I've whacked at it a few times with NavigateTo and using some .Parent commands, however, none of them worked. Google hasn't been my friend.Code:Private Sub EditPID_Click() DoCmd.OpenForm "SubFormINDIVIDUALID", , , "PID =" & Me!PID End Sub
Please help!
Ken


VBA/Form Navigation w/SubForm OpenForm Code
Reply With Quote

