How do I add color to my data entry

  • Thread starter Thread starter cb
  • Start date Start date
C

cb

I want to show the updates by entering data in a different color, but when I
change the color it changes all the records.
 
Are you working with a datasheet view?

Which version of Access?

Have you been using Conditional Formatting?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
On the form control, use conditional formatting.
You will need to create some expression that evaluates to True or False in
order to flip the formatting on or off.
 
Back
Top