Computing.Net > Forums > Office Software > Access 2k

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Access 2k

Reply to Message Icon

Name: Mark Long
Date: May 13, 2004 at 09:33:14 Pacific
OS: Win 98
CPU/Ram: 300/512
Comment:

Could someone please tell me how to stop Access sorting my ISBN numbers into numerical order. I require the data to remain in the order in which it is entered, all my related tables use autonumber so this is not a problem, but I cannot Sort By autonumber so adding this to my Book table to over power the ISBN sort is not an option. Because I have seperate tables for Book and Author when I come to view the data Book and Author are not synchronised.

M

Regards

M



Sponsored Link
Ads by Google

Response Number 1
Name: Ben Stevens
Date: May 27, 2004 at 03:14:19 Pacific
Reply:

If synchronisity is your problem ... have you tried creating a relationship between your book and author tables (Append an AuthorID column to your Book Table and optionally link the two fields in the relationship manager). You can then display books by author via a simple Form/Subform arrangement, and the author of a particular book via a combo box control on the AuthorID.

If I've missed the point, and you do really need to maintian the order of your data by entry the two options below may help:
1. You CAN sort by an Auto Number field. Once the field is populated the data held within it behaves exactly like any other Long Integer.
2. If you really can't get Auto Numbring to work for you, try creating a date field in your book table with the default value set to Now(). Assuming you don't add records faster than 1 per second you will be OK.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Access 2k

Access 2K Remote File Display www.computing.net/answers/office/access-2k-remote-file-display/4375.html

Access 2K on Internet? www.computing.net/answers/office/access-2k-on-internet/4857.html

Calculations in Access 2000 www.computing.net/answers/office/calculations-in-access-2000/3246.html