|
-
Feb 14th, 2008, 03:01 PM
#2
Re: VB6 data report
The DataReport is pretty limited and printing multiple records in a section is not supported.
What you need to do is create a recordset that contains the same fields X number of times. For example, if you have 3 labels per row the recordset fields could be
Address1, City1, State1, Address2, City2, State2, Address3, City3, State3
I don't know the sql statement to generate such a recordset. I would use an in-memory recordset and populate it manually. The in-memory recordset would be the data source for the 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
|