A
Alan
I have a form (frmFind) that I would like to keep maximized. In the
form load event I have a docmd.maximize which works fine. However
the user may go to the database window (or any other Access window)
and restore ('unmaximize') the window.
I would like frmFind to be remaximized when the user clicks on the
form (either directly or via the task bar or Alt-Tab).
I have tried putting the maximize command in the form activate event
but the form just maximizes and then restores. I have tried using
echo off and doevents but still no joy.
I'd prefer not to clear the Windows In Taskbar option.
Any ideas would be *most* gratefully received
TIA
Alan
form load event I have a docmd.maximize which works fine. However
the user may go to the database window (or any other Access window)
and restore ('unmaximize') the window.
I would like frmFind to be remaximized when the user clicks on the
form (either directly or via the task bar or Alt-Tab).
I have tried putting the maximize command in the form activate event
but the form just maximizes and then restores. I have tried using
echo off and doevents but still no joy.
I'd prefer not to clear the Windows In Taskbar option.
Any ideas would be *most* gratefully received
TIA
Alan