Can I save custom colors in Access???

G

Guest

I've defined a set of custom colors, saved my db, closed it and come back to
find all my custom colors are gone.

Is there a way to save them?? I assume I can "print sceen" in PAINT and pull
the RGB colors from there but this seems to be a lot of work!! Any easier
way?!??!

Thanks!!!
 
Z

Zac Woodall [MSFT]

Unfortunately not. Your best option is to keep a table around somewhere
which stores the integer values of colors, so you can easily copy and paste
them when you need them. On a related note, in Access 2007 you can use web
colors (HEX) instead of the raw integer color values.
 
G

Guest

Thanks Zac!!

Zac Woodall said:
Unfortunately not. Your best option is to keep a table around somewhere
which stores the integer values of colors, so you can easily copy and paste
them when you need them. On a related note, in Access 2007 you can use web
colors (HEX) instead of the raw integer color values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top