Get Current Control Name

A

Alan Z. Scharf

1. I want to set a variable to the name of a form textbox control when it
has the focus.

Dim strControlName AS String
strControlName = .....

2. What is the correct syntax for setting that string value?

Thanks.

Alan
 
Top