Answered by:
Access 2013 - Selecting a Color from a Dropdown

Question
-
I have a scenario where records are classified by color: Red, White or Blue... At the moment I am having the users enter a number and correlating that number to a color. I would really like the users to be able to select the classification from a dropdown where they just see color blocks and then display a color swatch for the selected classification.
Is this something Access can do?
Thanks.
J
http://digitalcamel.blogspot.com/
Wednesday, February 10, 2016 10:54 PM
Answers
-
Hi J
In my opinion, maybe the slider control is the better choose, you could have threw slider controls(min 0, max 255) and add a label to show the current color, then user just need to change the slider to change the color, in the On Updated event, get these controls values and based on them to set the label color.
If there are just few colors and are classification, as BD said that you could use continuous form. You also could have multiple dropdown controls (e.g. one for category, the other for the colors of that category)
Regards
Starain
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Starian chenMicrosoft contingent staff Friday, February 12, 2016 6:57 AM
- Proposed as answer by Starian chenMicrosoft contingent staff Thursday, February 18, 2016 9:07 AM
- Marked as answer by Edward8520Microsoft contingent staff Tuesday, February 23, 2016 7:12 AM
Friday, February 12, 2016 6:54 AM
All replies
-
Hi J. Perhaps not as a combobox but probably with a continuous form, you can. Just a thought...Wednesday, February 10, 2016 11:11 PM
-
Hi J
In my opinion, maybe the slider control is the better choose, you could have threw slider controls(min 0, max 255) and add a label to show the current color, then user just need to change the slider to change the color, in the On Updated event, get these controls values and based on them to set the label color.
If there are just few colors and are classification, as BD said that you could use continuous form. You also could have multiple dropdown controls (e.g. one for category, the other for the colors of that category)
Regards
Starain
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Starian chenMicrosoft contingent staff Friday, February 12, 2016 6:57 AM
- Proposed as answer by Starian chenMicrosoft contingent staff Thursday, February 18, 2016 9:07 AM
- Marked as answer by Edward8520Microsoft contingent staff Tuesday, February 23, 2016 7:12 AM
Friday, February 12, 2016 6:54 AM