Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First access equal to 0
Message
 
To
01/08/2000 00:25:54
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00398019
Message ID:
00399210
Views:
24
>Eric,
>
> Actually what i mean is when i key in each month first time in text1, the text2 automatically call "0" and for the second and following time the text2 will call the last balance. Please advise. Thank you.

Use this:
Private Sub Text1_Change()
    Text2.Text = "0"
End Sub
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform