P
pwh777
I have a form with Header and Footer sections. I click a button in the
Footer section and want to set focus to the Detail section. But I want
the focus to go back to the control that had focus prior to when the
button was clicked. I don't want to use the LostFocus event on every
control. Is there anything like a Me.Detail.SetFocus (I tried this and
this one does not exist)?
Footer section and want to set focus to the Detail section. But I want
the focus to go back to the control that had focus prior to when the
button was clicked. I don't want to use the LostFocus event on every
control. Is there anything like a Me.Detail.SetFocus (I tried this and
this one does not exist)?