Thanks for your reply. At least I learned
that I could not add a new record within
other records.
There is no "within other records" concept in relational databases.
To my knowledge, Microsoft Works is
more flexible.
If Works suits your desires better, then, by all means, use it, instead. It
lacks a great many features that Access has, and you will regret doing so in
the future, but because you learned on it and Excel, you may like it better
now.
You can add a new record anywhere. I
believe it is database software too.
Neither Excel nor Works is _relational_ database software.
In the Library, the shelflist is filed by
call number (subject), not by the date
I enter the records.
Records in Tables in Access are not _stored_ in _any_ order; they are
displayed in the order most convenient for the implementers of Access itself
if viewed directly. That is often, but not always in primary key order, and
is certainly not even often in order of the date that the records are
entered. First thing you can try is to click on the call number field, and
set it as the Primary Key. But, see below...
Though user can sort them later by
"queries" or other methods, it is not
convenient for them to browse
the list only.
If you are creating an application, and allow the users direct access to
Tables, you are going to have far more worries than the order in which
Records are retrieved. There are far too many things that users can do,
inadvertently without realizing what they are doing, in datasheet view
(direct table view) that are problematical. If you do that, you'll be
sorry.
Larry Linson
Microsoft Access MVP