Link to home
Start Free TrialLog in
Avatar of mlcktmguy
mlcktmguyFlag for United States of America

asked on

Color Selector For User

I have a user that wants to associate colors with entries in a table.  I want to popup the MS color selector, have the user select the color they want to associate with that record and then store the selected color representation in the record.

I have integrated the MS Access file picker into applications but never the color selector.

What do I need in the app to have the color selector pop up and what does the color selector return?
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

I have never called up the color picker dialog box either...
Researching...

In the mean time, ...You can certainly build your own.
Here is one I did years ago:
User generated image

If no one else chimes in, I'll post a sample...

JeffCoachman
ASKER CERTIFIED SOLUTION
Avatar of DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mlcktmguy

ASKER

Just what I needed