I am giving my db a facelift and trying to set it up in a "web style" format. I need three frames as shown below. I am using 3 forms for the "frames" and in each form's ON ACTIVATE property i have the code DoCmd.MoveSize with the respective locations to place each form where i need it. Frames 1 & 2 are the navigation areas and frame 3 is for the current Form in use. This works very well except i would like to have frame 2 & frame 3 maximize over to the right side of the screen so that users with different sized desktops all get the full screen view. otherwise users with larger desktops see a big void to the right. Is there a better way of doing this overall?
Frame1 |xxxxxxxxxxFrame 2xxxxxxxxxxx
xxxxxxx |----------------------------
xxxxxxx |
xxxxxxx |
xxxxxxx | Frame 3
xxxxxxx | Main form
xxxxxxx |
xxxxxxx |
xxxxxxx |
xxxxxxx |
Frame1 |xxxxxxxxxxFrame 2xxxxxxxxxxx
xxxxxxx |----------------------------
xxxxxxx |
xxxxxxx |
xxxxxxx | Frame 3
xxxxxxx | Main form
xxxxxxx |
xxxxxxx |
xxxxxxx |
xxxxxxx |