form field background color conditional on another field

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

Guest

I want the background color of field last_name to change to gray if the value
of the field deceased? is true
 
I want the background color of field last_name to change to gray if the value
of the field deceased? is true

In Form Design View, select the [last_Name] control.
Then click on Format + Conditional Formatting

Set Condition1 to:
Expression Is
Then write:
[Deceased] = True
in the next box.
Set the color to gray.
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

Back
Top