Conditional Formatting....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all..

I did a search, but I didn't quite find what I was looking for. What I am
looking to do is this.

I have a form that I use that allows the user to enter say a lic plate
number. Then based on the lic plate number a report is generated that has
that lic plate number.

But what I would like it to do is bold the selected plate number because
some entries have say 7 or 8 plate numbers. I want that one to stand out of
the other say 6 or 7?

How can I bold the one entry based on the initial entry for the report.

The report is based on a query.

Thanks
R~
 
I'm not sure what you mean by "based on the initial entry for the report".
You can use code in the On Format event of a report section to test a
condition and set a property.

If you have issues, come back with the section of the report, the control
name, the property you want to set, and the condition this is based on.
 
Back
Top