Rusty
Registered User.
- Local time
- Today, 13:03
- Joined
- Apr 15, 2004
- Messages
- 207
Hey guys,
I have attached some screengrabs to illustrate the very problem but here goes...
It’s a 4-tab form that’s too long to fit on the screen. (i.e. the user will need to scroll down to view all the fields on Pages 2 and 3.
When I open the main form I have the following code on there to force the page ‘up’ so the tabs are visible.
However, when I click on the second page “SF_36Page” the page opens with the tabs 'missing' and you have to use the vertical scrollbar to see them.
I have tried various combinations of VBA to try and force the page ‘up’, but with no success.
Any ideas guys?
Rusty

I have attached some screengrabs to illustrate the very problem but here goes...
It’s a 4-tab form that’s too long to fit on the screen. (i.e. the user will need to scroll down to view all the fields on Pages 2 and 3.
When I open the main form I have the following code on there to force the page ‘up’ so the tabs are visible.
Code:
Me.PatientDataPage.SetFocus
SendKeys "{PGUP}"
However, when I click on the second page “SF_36Page” the page opens with the tabs 'missing' and you have to use the vertical scrollbar to see them.
I have tried various combinations of VBA to try and force the page ‘up’, but with no success.
Any ideas guys?
Rusty
