TheAceMan1,
I think I find it.. something like this may resolve the problem
Me.subformA.Visible = False (to hide)
Me.subformA.Visible = True (to unhide)
Thx
*******
TheAceMan1,
It sounds good idea, I tried it manually it works fine one subform is hidden and the other one is shown at the same time.
This is the simple code I use in my buttons
===========================
Private Sub Knop112_Click()
Me.Filter = "[klas] = '2A1A'"
Me.FilterOn = True
End Sub...
I have one MAIN form and many subforms linked to many tables using tabs.
I have used buttons to filter data so the user can alter the records easily. Nice!
Now I want to have one subform linked to 2 tables. For example: I have Table-A and Table-B
--> if the user click on button (A) the...
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.