Access 2002

C

Chad

When opening up a database, you have a screen where you
can click between tables, queries, forms, reports (etc.)
When you open up a table and re-size it to a certain
position, and then open up another table and re-size it to
a different position (this is done so that you may compare
2 tables at once), and then I save both tables and close
out of them. However, when I re-open the tables, they
aren't re-sized to the position that I just saved them as.
They open up to some default positioning. Is there a way
to set this in Access to when you re-size tables and save
them, that when you open them up again, they re-open to
the position that you saved them as?
Chad
 
J

John Vinson

Is there a way
to set this in Access to when you re-size tables and save
them, that when you open them up again, they re-open to
the position that you saved them as?

Not that I know (though it might be possible).

Table datasheets are really NOT designed for data inspection or
comparison; they are very limited tools, useful primarily for
debugging. Consider creating continuous Forms based on the tables for
visual comparison, or (probably better) Queries linking the tables so
that you can have the *computer* match up the values.
 
Top