From: Mark Kubicki on
I've been give, by the client, a color to be ued as a form header background
(and a second for the menu form text). They aren't recognized by access...

The RGB numbers are standard stuff, the #___ is something that the website
guy uses(?)

Is there a way to translate them to something Access understands?

the colors are:
#E0E5BD
(R-224 G-229 B-189)

#F75228
(R-247 G-082 B-040)

thanks in advance,
mark


From: Douglas J. Steele on
There's a built-in RGB function.

From the Help file:

Returns a Long whole number representing an RGB color value.

Syntax

RGB(red, green, blue)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Mark Kubicki" <mark(a)TillotsonDesign.com> wrote in message
news:%23%23m6NXvKJHA.3936(a)TK2MSFTNGP04.phx.gbl...
> I've been give, by the client, a color to be ued as a form header
> background (and a second for the menu form text). They aren't recognized
> by access...
>
> The RGB numbers are standard stuff, the #___ is something that the website
> guy uses(?)
>
> Is there a way to translate them to something Access understands?
>
> the colors are:
> #E0E5BD
> (R-224 G-229 B-189)
>
> #F75228
> (R-247 G-082 B-040)
>
> thanks in advance,
> mark
>


From: Al Campagna on
Mark,
Try the RGB function...
= RGB(224,229,189)
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Mark Kubicki" <mark(a)TillotsonDesign.com> wrote in message
news:%23%23m6NXvKJHA.3936(a)TK2MSFTNGP04.phx.gbl...
> I've been give, by the client, a color to be ued as a form header
> background (and a second for the menu form text). They aren't recognized
> by access...
>
> The RGB numbers are standard stuff, the #___ is something that the website
> guy uses(?)
>
> Is there a way to translate them to something Access understands?
>
> the colors are:
> #E0E5BD
> (R-224 G-229 B-189)
>
> #F75228
> (R-247 G-082 B-040)
>
> thanks in advance,
> mark
>