IbobNdave
Apr 19 2006, 08:30 AM
Is there a way to force the Access shell window to be the just bigger than the main form of my application when it opens?
Matthew..
mikemaki
Apr 19 2006, 08:42 AM
Jiust some thoughts - Maximize the shell form in the Open event - DoCmd.Maximize. Make the shell Modal = True. i'm not sure this will help, but it is what I would try.
Edited by: mikemaki on Wed Apr 19 9:45:58 EDT 2006.