Form Background Color

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

I have code that is using a checkbox to hide subforms and then shrink the
form. When the checkbox is unchecked i have it resizing the form back to
original size but the background color is not getting set back to white. I
have added me.detail.backcolor = rgb(255,255,255) but it is still not
showing. What piece am i missing?
 
Dale said:
I have code that is using a checkbox to hide subforms and then shrink the
form. When the checkbox is unchecked i have it resizing the form back to
original size but the background color is not getting set back to white. I
have added me.detail.backcolor = rgb(255,255,255) but it is still not
showing. What piece am i missing?

Try Me.Repaint
 
Back
Top