G
gatarossi
Dear all,
I'm getting crazy because this access!!!
I have a form called expenses and a subform linked with tge expenses
form called expenses_subform
In expenses_subform I have a textbox call period_1
When I open the expenses form I need that the textbox period_1 stay
invisible:
I put this code, but it doesn't work. Why?
Private Sub Form_Open(Cancel As Integer)
period_1.Visible = False
End Sub
Thanks
André.
I'm getting crazy because this access!!!
I have a form called expenses and a subform linked with tge expenses
form called expenses_subform
In expenses_subform I have a textbox call period_1
When I open the expenses form I need that the textbox period_1 stay
invisible:
I put this code, but it doesn't work. Why?
Private Sub Form_Open(Cancel As Integer)
period_1.Visible = False
End Sub
Thanks
André.