Hi everyone,
I'm sure this is simple for all of you guys but unfortunately I can't find a solution. Everything works great except one thing, run time error 94 "Invalid use of Null" when textbox value is deleted and the check box is still checked.
Thank you,Code:Private Sub Textbox1_Afterupdate()Checkbox1.Tag = Textbox1.Value End Sub
Dilan