I've been Googling all afternoon. I can't figure out how to do this.Here
is a VERY bare-bones stripped down version of my "order form."My
question is this:How do I only print fields that are filled in?Example
completed form:ItemA - ______ItemB - 1 ItemC - ______ItemD - 1 The form
would print like this:ItemB - 1 ItemD - 1 My other idea was to have a
check box at the start of each line. If the box is checked, it
prints.Thanks for any help/ideas