Results 1 to 6 of 6

Thread: Numbering records in a Report

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    13

    Post Numbering records in a Report

    I use VB6 and report designer my records are like this

    John 35000
    Mary 27000
    Tom 12000

    I d like to get a report like this

    1. John 35000
    2. Mary 27000
    3. Tom 12000

    Can anyone out there help me?
    Thanks in advance
    Yannis

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    13

    test

    test

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    13

    ?

    ?

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    13

    still hoping for an answer!!!


  5. #5
    Lively Member Pete Rosborough's Avatar
    Join Date
    May 2001
    Location
    Central NY
    Posts
    68
    Just a thought but have you considered creating a temp table on the fly with an extra "counter" field appended to the beginning and then spinning through the records in the original recordset and inserting them into the new recordset counting all the while? Then you can use the second recordset as your source for the datareport

    Hope this helps
    Real programs don't eat cache.

    Pete

  6. #6

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    13

    Cool

    I ll do it if no other option is available. Thanks for the help!
    Yannis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width