Leaving a form and then returning to the same place

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

Guest

I have a form that when the user keys in the customer number a new form comes
up showing the customer information so they can change any user information
required. When the user closes the customer information form to return to
the main form the cursor returns to the focus that was set in the main forms
activation code. Is there anyway to return to the main form at the same
place where they left it? I hope this makes sense
Thanks for any help.
CD Tom
 
Since they clicked a button to open that second form, where would you want
them to return to? If I am in fieldX and I click buttonY, then Access no
longer knows I am on FieldX. Youmoved the focus by clicking that button.
 
When the user enters the customer number I do an event on after Update that
opens the customer information form with a criteria of account = account. I
would like to be able to return to the next field on the main form which
would be the item number.
 
Back
Top