"linronamy" <linronamy[ at ]discussions.microsoft.com> wrote in message news:CB5B9A4B-907A-4CB6-AFA2-76F87C906EA7[ at ]microsoft.com...
[Quoted Text] > After using the start up wizard option I specified a form to open when I > opened Access. When I open it, the form I specified opens as expected but it > is not in the maximized view which is necessary due to size of the fields on > the form. I can't figure out how to get it maximized automatically. Any ideas > what I'm missing?
If the AutoResize property of your form is set to Yes it should automatically open to its full dimensions. If you actually want the form Maximized you can use code in the form's Open event...
DoCmd.Maximize
-- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com
|