I have a form with its properties as:
popup=Yes
Modal = No
Borderstyle = sizable
Controlbox = No
In the form open event I use:
DoCmd.Maximize
fAccessWindow "Minimize", False, False
The form opens up in a maximised state but allows the taskbar to be visible (users request)
However If I click on the blue top border of the form, the form reduces in size and drops down in a southeast direction. This does not recover, and because its size has changed, the exit button at the bottom left of the form gets hidden.
It has to be closed with the task manager.
How do I resolve it, any ideas, thanks.
popup=Yes
Modal = No
Borderstyle = sizable
Controlbox = No
In the form open event I use:
DoCmd.Maximize
fAccessWindow "Minimize", False, False
The form opens up in a maximised state but allows the taskbar to be visible (users request)
However If I click on the blue top border of the form, the form reduces in size and drops down in a southeast direction. This does not recover, and because its size has changed, the exit button at the bottom left of the form gets hidden.
It has to be closed with the task manager.
How do I resolve it, any ideas, thanks.