I have a two tab form in my database application. When the form opens, a user has to manually move both scroll buttons, the one on the bottom has to be pushed over to the left, and the one on the right side has to be pushed up to the top. Once these actions have been made, then the user can see both tabs. If not, the user may not see the second tab right away. How can I open the form and have the bottom scroll button positioned to the left, and the rightside scroll button positioned to the top, without user intervention. I currently use the DoCmd.Maximize to maximize the form, but my scroll bars are positioned incorrectly.