Hi there, i'm new to this forum and this is my first post.
I am currently working on an Access project which has a main form with dedicated buttons aligned to the left as in Ms Outlook. Based on the menu button(aligned left) clicked, a modal form will come up for the user(whiles the main form stays behind) and this(modal form) can be closed for the user to go back to the main form to select another if desired. Now the only thing driving me nuts
is the position of the forms that come up when a menu item is clicked on the main form. I want all the forms that come up to be shown at exactly the same position so that no form will cover the menu items aligned left on the main form.I have tried "docmd.movesize" but can not get it working the way I want with all forms
. Please any help on this will be greatly appreciated, thanks.
I am currently working on an Access project which has a main form with dedicated buttons aligned to the left as in Ms Outlook. Based on the menu button(aligned left) clicked, a modal form will come up for the user(whiles the main form stays behind) and this(modal form) can be closed for the user to go back to the main form to select another if desired. Now the only thing driving me nuts