|
-
Mar 6th, 2002, 09:48 PM
#1
Thread Starter
Junior Member
visible checkbox
hi, (i am a newbie at VB.....)
when i load a form, i assign a value to my textbox (named txtNRep).
what i want is when the user changes my value, a checked checkbox appears
i tried
Private Sub txtNRep_Change()
cbChgRep.Visible = True
cbChgRep.Value = 1
End Sub
but, this causes the checkbox to always appear, because i am changing the value in my form_load
is there an easy way to catch the change only after the form loads?
thanks so much in advance,
meg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|