conditional formatting

  • Thread starter Thread starter lynn atkinson
  • Start date Start date
L

lynn atkinson

Can I set conditional formatting of one field based on the
value in another field?
I want to highlight the course title (eg red text) if the
course has been cancelled (ie field 'cancelled'=yes)

Is this possible through the formatting menu? (I have
never worked in VB)
 
Can I set conditional formatting of one field based on the
value in another field?
I want to highlight the course title (eg red text) if the
course has been cancelled (ie field 'cancelled'=yes)

Is this possible through the formatting menu? (I have
never worked in VB)

Lynn,

If you are using Access 2000 or later you can use the control's
Conditional Formatting property.

Select the control to be formatted.
Click Format + Conditional Formatting

In the Condition 1 Drop-down select
Expression Is

In the text control alongside the drop-down, write:
[Cancelled] = Yes

Select the color.
Click OK.
 

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

Similar Threads

Excel Highlighting duplicates 0
Conditional format of a control 2
Conditional Formatting and Subforms 1
Conditional Formating 1
Conditional Formatting 3
Conditional formatting 3
conditional formatting 2
Conditional Formatting 1

Back
Top