Add a new calculated field to your query. Assuming your field is named
BookNumber you would enter the following in the field and sort "cells".
Obviously replacing BookNumber with the name of the field that contains the
book indentification.
Field: MySort: IsNumeric([BookNumber],"ZZZ" &
Format([BookNumber],"000"),[BookNumber])
Sort: Ascending
That will keep everying in order until you reach book 1000. In other words,
we will probably be immune from recrimination at the point book 1000 is reached.
If you aren't using a query, then you need to so you can sort correctly,
publish reports in the correct order, etc.
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
I hate to be really dumb, but I have tried these suggestions in numerous
places and numerous ways. When I sent in for "New Users", I mean literally
"New User".
This is an inventory of subjects that were discussed in Council meetings
since the 60's. I had Access 2000 and had the database working fine until
book Z was finished and Book 1 came in. I will not be here long enough to
get to Book 10!
I now have Access 2007 and I cannot get the entries of book 1 to come after
book Z (chronological order). I need detailed help if you have time. Where
do I put the MySort.... at?