Tab increment in a form automatically

  • Thread starter hotrod1952 via AccessMonster.com
  • Start date
H

hotrod1952 via AccessMonster.com

I have a sub form with a two combo boxs to enter the begin and end dates. The
two combo boxes get the data from a drop down calendar. That part all works
great. What I want to do is after the calendar date is moved to the
originating combo box is to increment to the next tab stop on the form
automatically. I have tried several things what is the best way to do this?
 
G

Guest

Use the TabCTL control. Determine the current value, then increment it by
one. The displayed tab will change.
 

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

Top