Jun 18, 2002 #1 rkb0378 IS-IT--Management Mar 12, 2002 16 US How can I hide the Maximize process from the end user. "On open" I have all my forms maximize. Is there a way to hide the visual process. I would just like to have the form open maximized. Thanks
How can I hide the Maximize process from the end user. "On open" I have all my forms maximize. Is there a way to hide the visual process. I would just like to have the form open maximized. Thanks
Jun 18, 2002 #2 mrf1xa Technical User Jan 14, 2002 366 GB I do this by adding a line to the code on each of the buttons that opens my forms: DoCmd.Mazimise this means the forms open maximised. Hope it helps. Nigel Upvote 0 Downvote
I do this by adding a line to the code on each of the buttons that opens my forms: DoCmd.Mazimise this means the forms open maximised. Hope it helps. Nigel