Hiding a Field on a Report

  • Thread starter Thread starter Anthony Viscomi
  • Start date Start date
A

Anthony Viscomi

How can a have a field on a report display based on the value(s) contained
within another field contained within the same report? I know how to perform
this task if I were using a form.

Thanks!
Anthony Viscomi
 
Hi,

you can use conditional formatting (Format menu), or also VBA code, changing
the fore color to white on print event.

Luiz Cláudio C. V. Rocha
São Paulo - Brazil
 
Back
Top