Tab from Subform to main form

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

Guest

I have an Invoice form as the main form. When the form opens, it has the
date, customer dropdown, etc. From the customer box, it tabs to the subform
InvoiceDetails where the items purchases are then selected. After the last
item is entered, I would like it to tab back to the main form to enter the
employee #, payment method, etc. Since the number of items purchased varies
from 1 to ~, is there a way to set a control for this? right now, they are
just clicking out the the subform back on to the main form. Thanks for any
ideas
 
David, typing CTRL+Tab will move you forward out of a subform.
CTRL+Shift+Tab will move you backward out of the subform. bob
 
Back
Top