I have a report that contains a subreport. The subreport is linked by 2 fields/textboxes. Below is sample code that I use that draws a box around the subreport and the main report record that the subreport matches.. Is there any way I can get the main report record to print in bold text when the subreport has data? Any examples??
Me.DrawWidth = 15
If Me.PartsReqdMAINSF.Report.HasData Then
Me.Line (0, 0)-Step _
(Me.Width, Me.PartsReqdMAINSF.Top + Me.PartsReqdMAINSF.Height), , B
End If
Thanks in advance!!!
jw5107
Me.DrawWidth = 15
If Me.PartsReqdMAINSF.Report.HasData Then
Me.Line (0, 0)-Step _
(Me.Width, Me.PartsReqdMAINSF.Top + Me.PartsReqdMAINSF.Height), , B
End If
Thanks in advance!!!
jw5107