Rob
2008-03-24 14:04:24 UTC
I simply want to return the name of the calling control...
I have a combo box called cboTest
In the after update event I tried...
MsgBox Me.Name
But this returned the Form name, not the control (combo box ) name...
How can I return the combo box name ?
I have a combo box called cboTest
In the after update event I tried...
MsgBox Me.Name
But this returned the Form name, not the control (combo box ) name...
How can I return the combo box name ?