data on report

J

Jettron

I have a field in my database where I enter a particular number for each record
I would like in a report to show all these numbers in one color & the ones
that fall within a certain range (2.5 to 3.5) to be in another color
how can I do this
I'm new to access
thanks
 
F

fredg

I have a field in my database where I enter a particular number for each record
I would like in a report to show all these numbers in one color & the ones
that fall within a certain range (2.5 to 3.5) to be in another color
how can I do this
I'm new to access
thanks

AWhat Access version? Access 2000 or newer?
You can use Conditional Formatting on the control in the report.
Select the control. Click on Format + Conditional Formatting.
Set Condition1 to
Field Value Is
Between 2.5 and 3.5

Select the color.
Save the changes.
 

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