J
John W. Vinson
Yikes, my bad -- the 'Acct No' was sorting correctly after all!
Since I am using transferred data, I just had entered the data differently
for each city at different times by, for example, placing a period after the
state in some instances which made the same city appear higher up.
That's a relief...
and a good example of the advantages of normalization. If you had a table of
States and a table of Cities with referential integrity enforced you would
have consistant values for the state and the city.
It appears that your table structure has lots of repeating fields (EA1 through
EA15, TOT1 through TOT15, etc.). Ideally there should be several one to many
relationships here... and if TOT means "total" these fields should probably be
calculated on the fly rather than stored. Is this table intentionally
denormalized? Or have you considered normalizing it?
John W. Vinson [MVP]