How to set Tab-to-next-field in a custom form (created with VBA)

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

Guest

The custom VBA form has tab order between input fields set up, but tab
behavior INSERTS tabs in the field. How to establish setting so user can tab
from one field to the next.

PS: Because some are text fields, I the "automatically advance to next field
when max characters are typed" isn't an option.
 
Tom,

The TabKeyBehavior is set to false for the text fields; the cbo fields don't
have this property.

However, the Help for TKB sez that the tab settings are only recognizedif
Multiline is set to true. This is seemingly illogical: I don't want
Multiline allowed for fields like date, name.

???...I haven't tested this multiline yet--Can you explain the rationale.
Maybe I'm reading Help incorrectly?
 

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