bookmark control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This should be a quickie:

How do I capture the current control the user is on? I've declared a
variable "Ctl" and want to save the current control in that variable. The
user goes to an input window and when returning, I want to put the cursor
back to the control the user was on.

TIA
 
Thanks, Doug. Appreciate your help as always.
That was the first thing I looked for and couldn't seem to find it in the
list!! In any case, I had to go with

Screen.PreviousControl
becase ActiveControl took me back to the command button and kept re-opening
the input box.
 
Back
Top