Was out looking at posts… I have a citation area where I upload and download images, etc. I wanted to add a frame that enhances whatever image I use…
So I’m using this color picker (2.2 version). I revamped it a bit and use as a subform in a main form and it works great…
https://www.access-programmers.co.uk/forums/threads/colour-converter-selector.302041/#post-1675442
NOTE: If you click you can add a new color to the list or change a color (which I did put a tab stop = no on the color… otherwise it just changes…
I’m going to enhance but for now I added a unbound control on the main form, called it “ctl_color_value” and then with a command button on it’s click code =
Me.Frame.BackColor = Me.ctl_color_value
Lisa Beaudoin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.