conditional formatting

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

Guest

I am so happy I found this forum! I have learned so much through readig
everyone's postings and responses. Anyhow, I hope someone can answer my
question...

I have a form created to house student records. I have 18 seperate fields on
my form (including a field for active / inactive that indicates if a student
is of course active or inactive) I would like all 18 fields to appear in bold
and red when the status field indicates inactive. Can anyone explain how or
if I can do this?

Thanks in advance for your time.
 
Open the form in design view, select a control, from the menu select format,
then conditiional formatting, change the condition to Expression is, enter
your expersion (ex: [active_inavctive] = "Inactive") and the set the format
you want. You can then use the format painter to put the same conditional
format on all the other controls.
 
That is so cool! Thanks for your suggestions!

schasteen said:
Open the form in design view, select a control, from the menu select format,
then conditiional formatting, change the condition to Expression is, enter
your expersion (ex: [active_inavctive] = "Inactive") and the set the format
you want. You can then use the format painter to put the same conditional
format on all the other controls.

Jcraig713 said:
I am so happy I found this forum! I have learned so much through readig
everyone's postings and responses. Anyhow, I hope someone can answer my
question...

I have a form created to house student records. I have 18 seperate fields on
my form (including a field for active / inactive that indicates if a student
is of course active or inactive) I would like all 18 fields to appear in bold
and red when the status field indicates inactive. Can anyone explain how or
if I can do this?

Thanks in advance for your time.
 
No problem. It is the same for reports also.

Jcraig713 said:
That is so cool! Thanks for your suggestions!

schasteen said:
Open the form in design view, select a control, from the menu select format,
then conditiional formatting, change the condition to Expression is, enter
your expersion (ex: [active_inavctive] = "Inactive") and the set the format
you want. You can then use the format painter to put the same conditional
format on all the other controls.

Jcraig713 said:
I am so happy I found this forum! I have learned so much through readig
everyone's postings and responses. Anyhow, I hope someone can answer my
question...

I have a form created to house student records. I have 18 seperate fields on
my form (including a field for active / inactive that indicates if a student
is of course active or inactive) I would like all 18 fields to appear in bold
and red when the status field indicates inactive. Can anyone explain how or
if I can do this?

Thanks in advance for your time.
 

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