Form window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How does one make sure that a query result table opens at maximum window
size, or at least at the size that maximizes the contents? One of my tables
insists on opening at a minimum size. I use a form to display the query
results.
 
How does one make sure that a query result table opens at maximum window
size, or at least at the size that maximizes the contents? One of my tables
insists on opening at a minimum size. I use a form to display the query
results.

Code the Open event of the form:
DoCmd.Maximize
 

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