I have a subform on a tab control which is larger than the active window. When users click this tab, Access naturally scrolls to the bottom of the subform, thus causing needed details on the master form to scroll out of view. Is there some way I can force the master form to the top of the active window?
I’ve tried imbedding a PAGEUP via sendkey in the click event of the page. This works, but there’s a hitch. Not all users have the same resolution. In cases where the main form has *not* scrolled out of view, the PAGEUP moves the form to the previous record.
Thanks in advance.
Dennis
I’ve tried imbedding a PAGEUP via sendkey in the click event of the page. This works, but there’s a hitch. Not all users have the same resolution. In cases where the main form has *not* scrolled out of view, the PAGEUP moves the form to the previous record.
Thanks in advance.
Dennis