Hey all,
I wanted to find out a way to validate what kind of control the user is currently in. Is there a method of saying
if me.activecontrol = Textbox then x
I tried doing that but then it yells at me saying that "textbox is an object" blah blah. I understand that, I want to verify that the user is in a textbox and not a combobox or list box
any suggestions?




Reply With Quote