Hey, all.
So this is posing to be a lot bigger of a problem and a lot more frustrating than earlier anticipated.
I have a form which has multiple tabs. The third tab contains a column of information in the tab, and then a sub-form in it also.
When you click on the tab to look at that page ("Bank Account Info"), the mouse automatically snaps to the first field in the sub-form. This not only shifts the entire screen such that the information on the page which is not on the sub-form becomes out of sight, but it also shifts the scroll bar so that you have to scroll the bottom to the left in order to view the first few tabs.
This is incredibly un-user-friendly, and my clients have complained.
Any ideas? I've tried an OnClick event of GoToControl, with the first text box of the page (NOT the subform) as the item, but this only works when you click on the actual page, not the tab.
Basically, how can I make it so that the cursor automatically snaps to a field on my page, not a sub-form on the page when a person first opens that tab?
Thanks in advance.
So this is posing to be a lot bigger of a problem and a lot more frustrating than earlier anticipated.
I have a form which has multiple tabs. The third tab contains a column of information in the tab, and then a sub-form in it also.
When you click on the tab to look at that page ("Bank Account Info"), the mouse automatically snaps to the first field in the sub-form. This not only shifts the entire screen such that the information on the page which is not on the sub-form becomes out of sight, but it also shifts the scroll bar so that you have to scroll the bottom to the left in order to view the first few tabs.
This is incredibly un-user-friendly, and my clients have complained.
Any ideas? I've tried an OnClick event of GoToControl, with the first text box of the page (NOT the subform) as the item, but this only works when you click on the actual page, not the tab.
Basically, how can I make it so that the cursor automatically snaps to a field on my page, not a sub-form on the page when a person first opens that tab?
Thanks in advance.