BUG in conversion of Access 97 to access 2003

J

James Verdery

When data is converted from an access 97 database to Access 2000 format using
Access 2003 application, additional replication fields are added to each
table. However, unlike in Access 97 these extra fields are incorporated into
the visible structure of the converted table. The added fields displace
designed data fields in queries that user positional information for the
retrieval of data, i.e a combo box or list box.

At the very lease, if Access 2003 is going to modify the schema of a table
it should make the modification at the end of the table rather than at the
beginning.
 
Top