hi i have only recently started visual basic
i seached through the posts this post(thread766-125113)
I thought would awnser my problem.
i have tick boxes that the user selects
heres the code for 2 of the tick boxes
Private Sub chk1_Click()
If chk1.Value = vbChecked Then
txt1.Text = "texthere " &...