how to reset table's layout when I open a table

M

miao jie

when I open a table, and do some freeze some colume ( which will go to first
column automaticall), after that, I saved this table's layout when I close
table.

the problem is: when I re-open the table and wanna to back to initial layout
which same as design field's sequence. I need manual move them. can we have a
simple way to reset table's layout in Access??

thanks in advance.
 
J

John Vinson

when I open a table, and do some freeze some colume ( which will go to first
column automaticall), after that, I saved this table's layout when I close
table.

the problem is: when I re-open the table and wanna to back to initial layout
which same as design field's sequence. I need manual move them. can we have a
simple way to reset table's layout in Access??

thanks in advance.

Tables are not designed nor intended for data display or data editing.
Create a Form based on the table (I'd suggest a Continouous form in
this case); lay out the fields however you like, and use the Form for
editing or viewing your data.

John W. Vinson[MVP]
 
Top