Used a little of each

  • Thread starter Thread starter Novice
  • Start date Start date
N

Novice

Thanks for the help.

I solved the problem by creating a macro named AutoExec
and selected Maximize. Apparently Access will
automatically execute a Macro with the name AutoExec.

This may be a different approach, but your comments did
give good guidance.

Another problem solved. :)
 
That will only open the form to the maximun size of the
Access window. If you wnat to insure that the application
will automatically open up maximized add a line before your
maximize command
Action: RunCommand
Command: AppMaximize

You will need this if someone already has a copy of Access
open and then opens your app.

Jim
 

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