I want to see what is going on in my program so I figure printing out a MsgBox is a good approach...
I have a textbox and this in the on change event:
Private Sub ID_Change()
MsgBox "This has been changed. "
End Sub
I see the textbox changing but nothing happening? Why?
I have a textbox and this in the on change event:
Private Sub ID_Change()
MsgBox "This has been changed. "
End Sub
I see the textbox changing but nothing happening? Why?