Hi
How do I conditionally format a field for printing based on the value of another field in the same record. I need to set the backcolor of the field to yellow if it is an active account.
Thanks
Cathy
Hi
How do I conditionally format a field for printing based on the value of another field in the same record. I need to set the backcolor of the field to yellow if it is an active account.
Thanks
Cathy

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Use the Expression Is option in conditional formatting. Then put in something like [active]=true.
Regards
John
THANKS!! I am used to earlier versions of Access, this is so easy..