A
ATT News
I have created a Main form with a DATE field, a NAME field and a
NameIDNumber field. Below this I have added a Tabbed form with multiple
Tabs, all related to the 3 fields above. Each of my Tabs have many data
entry fields on them. All data is related to 1 Table.
My issue...If I add a NEW record and enter the data in the first 3 fields
above, I want to click my keyboard TAB key to go to the 1st Tab and continue
entering data until I reach the last field on this Tab and click the
keyboard TAB key to move to the 2nd and continue entering data until I reach
the last field on this Tab and click the keyboard TAB key to move to the
3rd...until data entry is complete.
At this point I could click a command button to SAVE my data and then Add
another record or click the Exit button to close this form.
How do I move from the 3rd field on the main form to the 1st Tab - 1st
Field...last field...2nd Tab - 1st field...last field...
Do I place code in the field PRIOR to the field I want to jump too, IF so
can someone show me this code. I assume I would place in the On Exit?
Thanks for any suggestions to solve my problem...Daniel
NameIDNumber field. Below this I have added a Tabbed form with multiple
Tabs, all related to the 3 fields above. Each of my Tabs have many data
entry fields on them. All data is related to 1 Table.
My issue...If I add a NEW record and enter the data in the first 3 fields
above, I want to click my keyboard TAB key to go to the 1st Tab and continue
entering data until I reach the last field on this Tab and click the
keyboard TAB key to move to the 2nd and continue entering data until I reach
the last field on this Tab and click the keyboard TAB key to move to the
3rd...until data entry is complete.
At this point I could click a command button to SAVE my data and then Add
another record or click the Exit button to close this form.
How do I move from the 3rd field on the main form to the 1st Tab - 1st
Field...last field...2nd Tab - 1st field...last field...
Do I place code in the field PRIOR to the field I want to jump too, IF so
can someone show me this code. I assume I would place in the On Exit?
Thanks for any suggestions to solve my problem...Daniel