|
-
Feb 14th, 2008, 07:56 AM
#1
Thread Starter
Hyperactive Member
VB6 data report
Hello, I have a report pulling data from access. The data is put in the detail field. Is it possible to get more than one record of data on one detail line at a time? I have an 8.5x11 sheet of paper with labels on it...and would like to fill each label...not just down the left side of the sheet.
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
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
|