|
-
Oct 13th, 2007, 01:57 PM
#1
Thread Starter
Frenzied Member
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.
-
Oct 14th, 2007, 08:55 AM
#2
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.
-
Oct 14th, 2007, 11:24 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|