Set Focus back to the Main Form

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

Guest

I have a small PopUp Form that opens when the user enters TextBox03 on the
Main Form. What I want to do is Open the PopUp Form and immediately set the
cursor (focus) back to TextBox03 on the MainForm. The end result is I will
have the cursor back in TextBox03 and have the PopUp showing also.

Thank you for your help.

Steven

This is a repost but the other post has become so cluttered with incorrect
attempts that I decided to repost.

Steven
 
When you say popup, that could mean dialog or modal or popup.... tell us how
you're opening the popup form, and post the code.
 
No, I asked that you tell us *how* you're opening the popup form.... the
method of opening the form via macro or code *overrides* whatever property
settings you may have set for these properties.

--

Ken Snell
<MS ACCESS MVP>
 
I believe that Dirk Goldgar has posted a solution for you in your earlier
thread.
 
Back
Top