Results 1 to 2 of 2
  1. #1
    Lefty is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2010
    Posts
    1

    Newbe off the the races

    Howdy:
    Appreciate help in assigining a incrementing number. In a table with names and finish times as in a race, I will sort by time and then assign a sequential number to the name. Say Sue came in at 45:12, Bill came in at 47:15 and Mary came in last with a time of 49:00. After sorting by time I need to have Sue assigned a value of one, Bill assigned two and Mary a three. This data will be carried over to other tables from other days and added.


    Thanks for any help
    Last edited by Lefty; 07-12-2010 at 05:46 AM.

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    You could create a new table based on your timing table that has an extra autonumber field. You could then copy and paste all the records from the original table to the new table.

    OR, you could loop through the recordset and add/increment a value as you go.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. newbe...lol
    By techker in forum Forms
    Replies: 1
    Last Post: 05-12-2008, 02:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums