accessman2
Registered User.
- Local time
- Yesterday, 22:44
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
On the form,
I have one field called "Tax", when I open the form, the "Tax" is invisible, when I click one button, then the "Tax" is visible, after the input the value, I want the "Tax" to be invisible. But it cannot be invisible.
Private Sub Tax AfterUpdate()
[Tax].Visible = False
End Sub
How can I fix it? Thanks.
On the form,
I have one field called "Tax", when I open the form, the "Tax" is invisible, when I click one button, then the "Tax" is visible, after the input the value, I want the "Tax" to be invisible. But it cannot be invisible.
Private Sub Tax AfterUpdate()
[Tax].Visible = False
End Sub
How can I fix it? Thanks.