G
Guest
I have a form that has numerous fields, and I have broken them down into
logical groups using a Tab Control. I currently have 6 tabs on the control.
My problem is that I want to go from the last field on one tab to the first
field on the next tab without having the record saved until tabbing through
the last field on the last tab. I tried changing the tab order, but the tab
order only shows the order of the fields on
the active tab.
I'm quite certain I'll need to use VBA code. Someone once mentioned moving
the focus to the desired control on the using the Exit event of the last
control on the onetab page to set the focus to the first control on the next
tab page. However, I have no idea what the code would look like. Do any of
you VBA geniuses have an idea?
I'd appreciate any help i can get
logical groups using a Tab Control. I currently have 6 tabs on the control.
My problem is that I want to go from the last field on one tab to the first
field on the next tab without having the record saved until tabbing through
the last field on the last tab. I tried changing the tab order, but the tab
order only shows the order of the fields on
the active tab.
I'm quite certain I'll need to use VBA code. Someone once mentioned moving
the focus to the desired control on the using the Exit event of the last
control on the onetab page to set the focus to the first control on the next
tab page. However, I have no idea what the code would look like. Do any of
you VBA geniuses have an idea?
I'd appreciate any help i can get