Hey all, I would like to print certain fields to a report. I have 10 fields, but sometimes I only need to print 4 or 7 of those fields. How would I go about select/choosing which ones to print?
Thanks.
RR
Hey all, I would like to print certain fields to a report. I have 10 fields, but sometimes I only need to print 4 or 7 of those fields. How would I go about select/choosing which ones to print?
Thanks.
RR
On the OnFormat event of the detail section of your report, test which fields are to be printed and which are not, hide the fields not to be printed, show those that are to be printed.