Change Back Color

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

In Access 2002 I have a continuous forms form and I want to change a flag
field's back color based on criteria in the current record. I do it in
reports all the time but am at a loss of how to do it in a form.
Thanks
Paul
 
If you do this in the events of the form, Access will apply the change to
all rows.

The only workable approach is to use Conditional Formatting (on the Format
menu, in form design.) This limits you to 3 possible colors (it supports
only 3 conditions), but if that is adequate then this would be a more
efficient (faster executing) approach to use in reports as well.
 
Allen,
Thank you very much.......
Paul
Allen Browne said:
If you do this in the events of the form, Access will apply the change to
all rows.

The only workable approach is to use Conditional Formatting (on the Format
menu, in form design.) This limits you to 3 possible colors (it supports
only 3 conditions), but if that is adequate then this would be a more
efficient (faster executing) approach to use in reports as well.
 

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