G
Guest
I have a Master Form with multiple subforms. I want to call a Public (I
changed it from Private to Public) subroutine from a different Subform which
is part of the same Master form. It doesn't work.
Here is my call:
Forms!frmMaster!frmChecks.Post_Check
I am calling Public Sub Post_Check() from a subroutine in
Forms!frmMaster!frmPost
The Message is:
RunTime Error '438'
Object doesn't support this Property or Method
What am I missing?
Many Thanks
Ross
changed it from Private to Public) subroutine from a different Subform which
is part of the same Master form. It doesn't work.
Here is my call:
Forms!frmMaster!frmChecks.Post_Check
I am calling Public Sub Post_Check() from a subroutine in
Forms!frmMaster!frmPost
The Message is:
RunTime Error '438'
Object doesn't support this Property or Method
What am I missing?
Many Thanks
Ross