|
-
Feb 24th, 2007, 12:36 PM
#1
Thread Starter
Lively Member
Making a data report display in several columns
I am using the Data Report designer to create a report in my vb6 app. Can I make the report display it's information in several columns instead of it being in one continuous column?
Thanks!
-
Feb 24th, 2007, 01:49 PM
#2
Re: Making a data report display in several columns
The Data Report is pretty limited and does not have the functionality to create a multi-column report.
What you could do is manually create a recordset which repeats the fields for the number of columns you want to print. For example, if you want a list of CompanyNames in 3 columns the recordset would need to contain
Company1, Company2, Company3. Then use 3 labels on the report.
-
Feb 25th, 2007, 09:03 AM
#3
Thread Starter
Lively Member
Re: Making a data report display in several columns
Ok, thanks! Unfortunately that won't work for me because I need to do a sort based on a calculation of several different fields. I was hoping there would be a way to display several columns like you can do with an Access report.
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
|