Re-size tables when opened

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

Guest

I would like to find out if it is possible to stop tables in Access (2003)
from opening to fill the whole screen. Is there no way to force them to
remember their previous dimensions?
 
Tables are just the buckets to hold the data.
Forms are the interface you can control.

Create a form (Datasheet view if you wish.)
Design it to the size and location you want.
Save it in design view.
It will open to that size and in that location again later.
 
rainman33 said:
I would like to find out if it is possible to stop tables in Access
(2003) from opening to fill the whole screen. Is there no way to
force them to remember their previous dimensions?

In general you shouldn't care since table datasheets are not intended as an
interface other than for quick background stuff. Certainly users of a developed
app would never see a table or query datasheet directly.

If this is for users build a datasheet form. If for yourself create a query.
Query datasheets do remember their size and position when design changes are
saved whereas tables do not.
 

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