please give me the vb code that will make a checkbox called "resolve issue" set to true.
Printable View
please give me the vb code that will make a checkbox called "resolve issue" set to true.
Hi
Add a check box to your form called check1 and try the following :
With Check1
.Caption = "Resolve Issue"
.Value = vbChecked
End With
Is this what you meant ?
Regards
Chris Eastwood
Software Engineer
ACNielsen Ltd
CodeGuru - the website for developers
http://www.codeguru.com