Tab increment in a form automatically

  • Thread starter Thread starter hotrod1952 via AccessMonster.com
  • Start date 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?
 
Use the TabCTL control. Determine the current value, then increment it by
one. The displayed tab will change.
 
Back
Top