Rick is correct.
In the case you've described there are several considerations. First, the forms normal color can be almost any color, so you need to capture or set the normal color for this form when it opens. Try putting this in the open event for the page
siNormalColor = self.color
declair siNormalColor as a form var so it doesnt lose focus.
in the close event for the page
self.color = siNormalColor
Second,&nbs... |