|
-
Feb 3rd, 2006, 06:22 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Sub report issue?
Hi there,
I am using Vb 6.0 & CR9. My problem is that i have to show subreport in my main report but in a such a way that only 20 records of subreport will display sequentally from 1 to 20 & from 21 onwards it should display records in next column. Subreport is in details part of my main report. Actually i have 40 records but i want to display 20 in one column & remaining 20 in other column but in detail part of main report only.
eg.
Current display:
Details
----------------------------------------------------------------
1 Wheat
:
:
:
40 Cable
Desired display:
Details
----------------------------------------------------------------
1 Wheat__________21 Computer
2 Rice____________22 Laptop
:________________:
:________________:
:________________:
:________________:
20 Fuel___________40 Cable
On Error GoTo http://www.vbforums.com
Note :
1) Please use [vbcode]your code goes in here [/vbcode] tags when posting VB code.
2) Please mark thread as Resolved using the Thread Tools menu, if you got solution.
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
|