Table window Size

K

Kungen

Any way to make Access 2003 remember the size and position of a table
window? As it does with queries.

Regards
 
W

Wayne-I-M

For a popup
Open the form in normal view
Size the form how you want
Press Control and S

To open maximized
Open the form in design view
In the OnOpen event

Private Sub Form_Load()
DoCmd.Maximize
End Sub

If you can give more details of what you are trying to do it would be a help
 
B

Bob Quintal

Thanks for trying to help. I'm talking about the windows for the
actual tables when working with them in access. Everytime I reopen a
table it covers the entire workspace and I have to adjust the size,
which is time consuming and annoying. Saving while the window is open
doesn't help. But I guess there is no way to work around this minor
(but irritating) problem.
No there is no workaround, but users should NEVER (yes, I'm shouting)
view/edit a table directly. Use forms and reports.
 
K

Kungen

Thanks for trying to help. I'm talking about the windows for the
actual tables when working with them in access. Everytime I reopen a
table it covers the entire workspace and I have to adjust the size,
which is time consuming and annoying. Saving while the window is open
doesn't help. But I guess there is no way to work around this minor
(but irritating) problem.
 

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

Top