Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / April 2005

Tip: Looking for answers? Try searching our database.

HOW TO: NUMBERED LIST BUT KEEP ENTRIES IN ALPHABETICAL ORDER

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
riverdog007 - 14 Apr 2005 22:22 GMT
I am trying to create an numbered list of names with the names remaining
alphabetical.   Example: numbered list alphabetical say from 1 to 20. If
number 8 passes away the spot will be filled with all other names remaining
in order.  Any new name entered would be entered in the alphabetical correct
number.
m l - 15 Apr 2005 03:22 GMT
Tables in Access are not kept in order. The information is stored on a first
come first served basic.
What you do is sort it when you display it. So, if you want to see a list of
people in alphabetical order, you use a query to select them, sort them and
then display them in a form or a report.
As for the numbers, you may have to create an update query to re-number
them - it depends on what you want to do. Just don't make the number the
primary key.

Mike L
I have a free tutorial on Access that you might want to check out.
It's at www.profsr.com  Profsr.com Tutorials

>I am trying to create an numbered list of names with the names remaining
> alphabetical.   Example: numbered list alphabetical say from 1 to 20. If
[quoted text clipped - 3 lines]
> correct
> number.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.