F
filo666
I have 2 chek box's, first of all I want tha when one is activate the other
automatically is desactivated (because 2 chek boxe's select has no scence in
my form)
Then I want that when one chek box is activated a specific subform appears,
and when the other is activated other subforma appears, I made this code
(attached below), but it seems that just work with one chek box, no with tow,
Why???
Private Sub Check20_AfterUpdate()
Me!Salidassubform.Visible = Me!Check20
End Sub
Private Sub Form_Current()
Me!Salidassubform.Visible = Me!Check20
End Sub
Private Sub Check10_AfterUpdate()
Me!Notasubform.Visible = Me!Check10
End Sub
Private Sub Form_Current()
Me!Notasubform.Visible = Me!Check10
End Sub
Please HELPPPPP
tks¡¡¡
automatically is desactivated (because 2 chek boxe's select has no scence in
my form)
Then I want that when one chek box is activated a specific subform appears,
and when the other is activated other subforma appears, I made this code
(attached below), but it seems that just work with one chek box, no with tow,
Why???
Private Sub Check20_AfterUpdate()
Me!Salidassubform.Visible = Me!Check20
End Sub
Private Sub Form_Current()
Me!Salidassubform.Visible = Me!Check20
End Sub
Private Sub Check10_AfterUpdate()
Me!Notasubform.Visible = Me!Check10
End Sub
Private Sub Form_Current()
Me!Notasubform.Visible = Me!Check10
End Sub
Please HELPPPPP
tks¡¡¡