I have the following code that works fine when the form is run as an independant form:
Private Sub cmdShowScript_Click()
DoCmd.OpenForm "frmBaselineSectionAScript", acNormal, , , , acDialog
End Sub
But if the form is embedded as a subform, this no longer works. Can u tell me why?
Please and thx
Private Sub cmdShowScript_Click()
DoCmd.OpenForm "frmBaselineSectionAScript", acNormal, , , , acDialog
End Sub
But if the form is embedded as a subform, this no longer works. Can u tell me why?
Please and thx