G
Guest
Hi Guys,
Is it possible to determine which object on a form is currently selected,
and have the name of the object placed in a variable string. For instance if
I had a combo box called combo1 and someone updated information in it, how do
I get the name of the combo box in a string named "str" only when the combo1
has been updated. .ie
Dim str as string
If there is several objects on a form I want the variable string "str" to be
updated with all the names of the objects when they are updated.
Can anybody help??
Is it possible to determine which object on a form is currently selected,
and have the name of the object placed in a variable string. For instance if
I had a combo box called combo1 and someone updated information in it, how do
I get the name of the combo box in a string named "str" only when the combo1
has been updated. .ie
Dim str as string
If there is several objects on a form I want the variable string "str" to be
updated with all the names of the objects when they are updated.
Can anybody help??