I am using design view and have a table set up for new contracts. I add to
the new contract info at the bottom of the table. There are over 300
contracts with multiple companies and they have multiple contracts. I would
like to keep them all together when entering the data. I have forms set up
with sub-categories and such. I was hoping to keep all the information - in
design view - in alpha order by company to see what has already been entered
without having to run a query or report each time a new contract is added.
You are misusing Access. Sorry, but you are.
A Table IS NOT A SPREADSHEET.
A Table HAS NO ORDER, not in any usable manner anyway.
Queries are editable; you don't need to "run" the query, and you
certainly don't need to run a Report to see data in order. You can
base a Form - in datasheet view, if you like the interface (I don't) -
on a sorted Query, and update the data directly from the form with no
additional steps needed.
Work with Access rather than struggling against it; learn the tools it
provides (Forms, Queries, Subforms, Combo Boxes, etc.) - you'll find
that it *will* make your work easier. You're trying to force Access
into the mold of a spreadsheet, and it just won't go!
John W. Vinson [MVP]