Eliminating Macros

  • Thread starter Thread starter John R. Youngman
  • Start date Start date
J

John R. Youngman

I've always used a simple macro to maximize my forms and subforms upon open.

Now with Access 2003 and security issues, it looks like I should eliminate
these macros.

Is there a simple Event Procedure that I can use in "On Open" or another
idea?

TIA

John
 
You can specify a start-up form, and put DoCmd.Maximize in that form's Open
event.
 
Thanks, Doug.

Do I need the same for each subform, or will it work just by putting it in
the main form?

Thanks again.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top