(Msg. 1) Posted: Thu Jul 03, 2008 11:48 am
Post subject: Drop down list box colour Archived from groups: microsoft>public>access>tablesdbdesign (more info?)
I have a bound drop down list box which displays 7 set choices: Active,
Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
like to add colour to some of the choices, so the items are noticed more
easily (ie the colour red is the background to the choice Suspended, the
colour green is the background to the choice Active).
Can this be done within the same drop down list box?
Billiam
(Msg. 2) Posted: Thu Jul 03, 2008 12:07 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I am not aware of a way within Access, but you might want to visit Stephen
Lebans' website to see if he's done something like this...
"Billiam" <Billiam RemoveThis @discussions.microsoft.com> wrote in message
news:1A24D224-312C-41FA-9B19-863D393B4AAF@microsoft.com...
>I have a bound drop down list box which displays 7 set choices: Active,
> Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> like to add colour to some of the choices, so the items are noticed more
> easily (ie the colour red is the background to the choice Suspended, the
> colour green is the background to the choice Active).
> Can this be done within the same drop down list box?
> Billiam
(Msg. 3) Posted: Thu Jul 03, 2008 12:54 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks Jeff, I will have a look and see. I really appreciate your help!
"Jeff Boyce" wrote:
> I am not aware of a way within Access, but you might want to visit Stephen
> Lebans' website to see if he's done something like this...
>
> http://www.lebans.com/ >
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "Billiam" <Billiam RemoveThis @discussions.microsoft.com> wrote in message
> news:1A24D224-312C-41FA-9B19-863D393B4AAF@microsoft.com...
> >I have a bound drop down list box which displays 7 set choices: Active,
> > Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> > like to add colour to some of the choices, so the items are noticed more
> > easily (ie the colour red is the background to the choice Suspended, the
> > colour green is the background to the choice Active).
> > Can this be done within the same drop down list box?
> > Billiam
>
>
>
(Msg. 4) Posted: Thu Jul 03, 2008 1:00 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
It does not appear to me that Stephen Lebans has done this...oh well!
"Jeff Boyce" wrote:
> I am not aware of a way within Access, but you might want to visit Stephen
> Lebans' website to see if he's done something like this...
>
> http://www.lebans.com/ >
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "Billiam" <Billiam DeleteThis @discussions.microsoft.com> wrote in message
> news:1A24D224-312C-41FA-9B19-863D393B4AAF@microsoft.com...
> >I have a bound drop down list box which displays 7 set choices: Active,
> > Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> > like to add colour to some of the choices, so the items are noticed more
> > easily (ie the colour red is the background to the choice Suspended, the
> > colour green is the background to the choice Active).
> > Can this be done within the same drop down list box?
> > Billiam
>
>
>
(Msg. 5) Posted: Thu Jul 03, 2008 3:05 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
No, not with the built-in ACCESS combobox control.
--
Ken Snell
<MS ACCESS MVP>
"Billiam" <Billiam DeleteThis @discussions.microsoft.com> wrote in message
news:1A24D224-312C-41FA-9B19-863D393B4AAF@microsoft.com...
>I have a bound drop down list box which displays 7 set choices: Active,
> Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> like to add colour to some of the choices, so the items are noticed more
> easily (ie the colour red is the background to the choice Suspended, the
> colour green is the background to the choice Active).
> Can this be done within the same drop down list box?
> Billiam
(Msg. 6) Posted: Thu Jul 03, 2008 3:05 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thank you for taking the time to respond, Ken. I really appreciate it.
"Ken Snell (MVP)" wrote:
> No, not with the built-in ACCESS combobox control.
>
> --
>
> Ken Snell
> <MS ACCESS MVP>
>
>
> "Billiam" <Billiam.RemoveThis@discussions.microsoft.com> wrote in message
> news:1A24D224-312C-41FA-9B19-863D393B4AAF@microsoft.com...
> >I have a bound drop down list box which displays 7 set choices: Active,
> > Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> > like to add colour to some of the choices, so the items are noticed more
> > easily (ie the colour red is the background to the choice Suspended, the
> > colour green is the background to the choice Active).
> > Can this be done within the same drop down list box?
> > Billiam
>
>
>
(Msg. 7) Posted: Thu Jul 03, 2008 9:55 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
How about using a subform with conditional formatting?
Billiam wrote:
> I have a bound drop down list box which displays 7 set choices: Active,
> Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> like to add colour to some of the choices, so the items are noticed more
> easily (ie the colour red is the background to the choice Suspended, the
> colour green is the background to the choice Active).
> Can this be done within the same drop down list box?
> Billiam
(Msg. 8) Posted: Thu Aug 14, 2008 2:23 pm
Post subject: Re: Drop down list box colour [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I am so sorry, Crystal, I did not receive notification of your reply...
I am afraid I am fairly new to all this, so bear with me
please...........................okay pretty please???
So if I make a seperate lookup/reference table, (Active, Suspended etc) base
a form on it and drop it on my main form that would work? As to the
conditional formatting, I do not know how to proceed--here is my best guess
(you can LOL if you like!:
I would add a conditional expression to the Validation Rule property of the
table
=IIf([Active] = "Yes", "Active (somehow add a hex value???ie green" "Active
somehow greyed out"
and somehow nest the other Status' in more IIf statements?????
"strive4peace" wrote:
I really do not know what to do, Crystal, any advice as to an examle posted
anywhere???
> How about using a subform with conditional formatting?
>
> Warm Regards,
> Crystal
>
> remote programming and training
>
> Access Basics
> 8-part free tutorial that covers essentials in Access
> http://www.AccessMVP.com/strive4peace >
> *
> (: have an awesome day > *
>
>
>
>
> Billiam wrote:
> > I have a bound drop down list box which displays 7 set choices: Active,
> > Interim, On Leave, suspended, de-certifed, resigned and deceased. I would
> > like to add colour to some of the choices, so the items are noticed more
> > easily (ie the colour red is the background to the choice Suspended, the
> > colour green is the background to the choice Active).
> > Can this be done within the same drop down list box?
> > Billiam
>
All times are: Eastern Time (US & Canada) (change) Goto page 1, 2, 3
Page 1 of 3
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum