To change the backround colour of a control using vba I would use:
me.ControlName.BackColor = ColourNumber, eg #ED1C24 for red
I would like the user to select their own colour.
If in design mode, I select: control, properties, format and hit the build "..." button on Back Color, a list of colour options is displayed
How do I show these colour options in vba?
So, if the user dbl clicks on the control, the colour options appear, user slects a colour, selection is saved as control's BackColor
I am using Access 2010
Thanks in advance
me.ControlName.BackColor = ColourNumber, eg #ED1C24 for red
I would like the user to select their own colour.
If in design mode, I select: control, properties, format and hit the build "..." button on Back Color, a list of colour options is displayed
How do I show these colour options in vba?
So, if the user dbl clicks on the control, the colour options appear, user slects a colour, selection is saved as control's BackColor
I am using Access 2010
Thanks in advance