Tables are not really suposed to be user interfaces. The table is simply a
place to store the data. You should not be adding data or viewing the data
directly from your table.
If you wish to view/modify/add data, then you should be using a form or a
query. To produce data output, you should use a report. You will find that
all the controls for your objects are in the reports and forms. This is
where you should be doing all your user interface. Using a form or a
report, you can maximize, minimize, control input, format output, etc.
Rick B
poly2 said:
Is there any way to have an Access Table list appear automatically MAXIMIZED
when the table is open. I know I can do it manually and I do not know
VBA.