Thanks for the info! I had actually thought of trying the number sequence
with gaps, but that seems like it has limits as well. How do you do the
up/down arrow in a continuous form? That might work...I've never used a
continuous form: will that guarantee that the records stay in order each time
I open the form to print?
There are a LOT of misconceptions in this post... I'd really suggest you read
up on some of the resources posted below.
The up/down arrow will require a Number field in the table to define a sort
order, and some (nontrivial but not very difficult) VBA code and an Update
query to implement it. It's not something that a Microsoft wizard will do for
you.
A continuous form is just a tool, a window to display data in a Query. The
order of records is defined in the Query, and you can control it however you
like.
Forms (and tables, and queries) are not designed for printing. Reports are the
appropriate tool for printing; and a Report has a "Sorting and Grouping"
feature which lets you specify the sort order, based on data in the table, but
independently of any form that might be accessing the same data.
Take a look here, especially the tutorials: you may find that there are a lot
of features of Access that will make your work easier!
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/
A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html
A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials