Form - tabbing through command button

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

Guest

I have several fields that need to be filled with data and the last button is
a command button. When I try to tab through the command button it clears the
form? How do I set up the form so I can tab through the command button
without clearing the form?
 
Dalaw,
I don't think your "clearing" the record. If you just entered data into
a new record and tabbed past the last tab stop , you're probably just going
to the next New record... which appears blank. The record you just entered
may be one back, or it may have sorted itself into it's position in the
recordset.
Set the form's Cycle property from All Records to Current Record, and you
should now "tab" back to the first tab stop on your form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top