Results 1 to 3 of 3

Thread: How to jump records

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,158

    How to jump records

    i have designed an two column report.
    in the first column i want to print the first 10 records (i.e from 1-10) and in the second column i want to print the second next 10 records (i.e from 21-30). So that on the back side of the page i can print the records from 11-20 in the first column and from 31-40 in the second column.


    After printing i will be tearing the paper into two equal parts.

  2. #2
    Head Hunted anhn's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    3,669

    Re: How to jump records

    That seems to be impossible, unless you sort recordset in order as what you want. You may jump forward but cannot jump backward.

  3. #3
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,513

    Re: How to jump records

    I think you would have to manually load the report recordset thru coding logic, that is, create a new empty recordset then use a second recordset for retrieving the records from the table. Depending on how you setup the table, create coding logic that would load the report recordset in the proper order. If you find a SQL that will do it using only one recordset please post it.

    Good Luck

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