
Originally Posted by
ngkj
Yup! It works! thanks

P.S just to ask another thing.
If checkbox is not check the data will not be change, how can i do that?
in this case, why you use this code in your first post?!
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then
TextBox1.Enabled = True
Else
TextBox1.Enabled = False
End If
Bookmarks