In the reports details section's format event:
if Me.Checkbox = True
Me.Checkbox.Visible = True
Else
Me.Checkbox.Visible = False
End If
--
hth,
SusanV
"Katie" <(E-Mail Removed)> wrote in message
news:F0283077-7387-40D1-9F2F-(E-Mail Removed)...
> Is there a way not to print fields in reports that do not have any data?
> I've developed a form with checkboxes where the user either checks the box
> for "yes" or leaves it blank for "no". Is there a way to print only the
> boxes that contain a check box on my report? I don't want to see the
> blank
> records?
>
> Thank you.
|