Conditional Formatting on a Report

N

Nigel

I have a report listing scores of tests taken, so an employee can have many
test scores. I have already created a text box called txtCount so that only
the two recent scores are displayed. What I want to see, if the most recent
score is less than their previous score, to colour it red. Can I achieve
this? I'm using 2003

Thanks

Nigel
 
D

Duane Hookom

I expect you need to get the two scores returned in the same record/row of
the report's record source. This is typically accomplished with a subquery or
similar.
 
D

Duane Hookom

You could search the web on "Ranking subQuery query" or reply back with your
table structure, the data types, some sample records, and desired output.

Duane Hookom
MS Access MVP
 
N

Nigel

Hi Duane

I'll try searching first, I'll enjoy the challenge of finding out!

Many thanks.

Nigel
 

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