Hi,
I just started using MS Access 2007 and Im working on simple code on load event of my form (below) but these code does not take effect at all. Please educate me if there's some setting I need to make first.
Private Sub Form_Load()
Me.TxtName.Visi ble = False
Me.txtPhone.Vis ible = False
Me.TextLast.Vis ible = False
Me.LblAreaCode. Visible = False
Me.LblLast.Visi ble = False
Me.LblName.Visi ble = False
End Sub
I just started using MS Access 2007 and Im working on simple code on load event of my form (below) but these code does not take effect at all. Please educate me if there's some setting I need to make first.
Private Sub Form_Load()
Me.TxtName.Visi ble = False
Me.txtPhone.Vis ible = False
Me.TextLast.Vis ible = False
Me.LblAreaCode. Visible = False
Me.LblLast.Visi ble = False
Me.LblName.Visi ble = False
End Sub
Comment