Veronica said:
Baz that was a wonderful answer. I just right clicked and like magic its back
in alphabetical order. Thank you so much. Since I am a new user I am sure I
will be back.
Thanks again
Veronica
Hi again Veronica,
I'm sure you'll soon learn these things from the book you are studying, but
just to help:
What you have just sorted isn't a database, it's a table. A database can
(and usually does) contain more than one tables (often very many of them!)
If you are using autonumbers, there is absolutely no reason why they should
follow the same sequence as some other column in your table. In fact, if
you persist in trying to make this happen, you will soon find that your
database becomes very hard to work with.
There is no set order for the records in a table. If you have a table which
usually or always shows in the order you want, just put it down to good
luck, but DO NOT rely on it! If you want the records shown in a specific
order, then you need to explicitly sort them (which is what you just did).
Very usefully, you can create and save queries which always sort the records
in the order you want, but that's probably best dealt with when you get to
that chapter in the book!