-
Okay, perhaps this is a simple questions, but the answer is certainly eluding me.
In VBA the Screen object has a PreviousControl property, which is very useful if you want to know which control had the focus before the current one received it. In VB, however, the Screen object does not have this property. Does anyone have any ideas how to determine the previous control in VB?
-
It would somewhat burdensome to do this after the form was created, but you could set up a global IWasThere and in each control code section set it to the name of the control.
I don't know of any other way, but, hopefully, you'll get a better answer.
Good Luck
DerFarm