Show method (Error 438)
HI there,
I'd like to show my form, but I get a 438 error (Object
doesn't support this property or method) (it was working
before, though)
Public Sub rptTotalNetAssets()
If LogonDB = False Then Exit Sub
frmTotalNetAssets.Show ' where I got above error msg
End Sub
Would you guys help me out.
Thanks,
Lee
|