B
bartman
When I compact my database prior to making a MDE, my primary table is
occasionally resorted. It seems to occur when I add or work with records in
the table. This throws off the order when my users open the form that feeds
from the table. The first column maintains the correct sort but rows are
resorted based on the second column. There can be duplicates in either
columns but not in both. I know I could have a query that resorts the table
correctly everytime the form reads the table but I must be missing something.
I do NOT want the columns sorted alphabetically. These two columns are both
text fields and are not indexed. This table does not have a primary key. I
appreciate any advise.
occasionally resorted. It seems to occur when I add or work with records in
the table. This throws off the order when my users open the form that feeds
from the table. The first column maintains the correct sort but rows are
resorted based on the second column. There can be duplicates in either
columns but not in both. I know I could have a query that resorts the table
correctly everytime the form reads the table but I must be missing something.
I do NOT want the columns sorted alphabetically. These two columns are both
text fields and are not indexed. This table does not have a primary key. I
appreciate any advise.