Color Control

  • Thread starter Thread starter grep
  • Start date Start date
G

grep

Is there a control object that can be put in a form to return a color value?

I'd like to enable users to set the background color to what they want,
without having to get into the Property sheet. I figured that I could
allow them to set a value in a table (tblSettings), and give all my
forms a call to Me.Detail.BackColor = DLookup("bcolor", "tblSettings")
in the OnLoad event.

To do that, though, I'd need some easy way to set the value in the
bcolor field. Is there some control that can do that for me?

grep
 
Back
Top