Tony
Where is that "variable"? Is it part of a procedure, or are you referring
to a control on the form?
If a control on a form, one approach might be to use the AfterUpdate event
of that control and set the form's background color to whatever...
--
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 pseudocode 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.
Tony said:
Hello
I wish to change the color of a form depending on the value of a
variable.
If the var "SigOther" [boolean] is true then I want the form to be pink
else a light blue.
Thanks a lot