Change the Back Color automatically in a Report

G

Guest

I have a form where I change the Back color of different fields to Yellow or
Red. An I was woundering how to get the same field in the report to change
at the same time. I.e. "Last Name" in the Form highlighted in what ever
color and the "last Name" in the report change automatically to that same
color.

Thanks
 
G

Guest

You can use conditional formatting in both forms and reports to set format
properties based on values stored in the records. In reports, you can also
use code in the On Format event of the section of ther report containing the
control(s).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top