I do not load the subform, what I am using to control what shows is the .visible property.
If Me.ipOverviewRate.Visible = False Then
Me.ipOverviewRate.Visible = True
Else
Me.ipOverviewRate.Visible = False
End If
If Me!ipOverviewRate!ipNonStdDrgCur.Visible = False Then...
I have a form with a subform containing a subform. I am trying to hide with both the subform and the subform's subform with the . visible property. My code works where there is one subform, but with two, I get an error that states I can not hide a form with focus. I have tried to .setfocus on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.