There's no "change color for the whole record" option. In a continuous forms
view form, I can look at the record selector to see which one is selected,
if Stephen's method seems to complex.
I think Microsoft has a wish list for requests for future improvements, but
I don't have the URL handy.
Larry Linson
Microsoft Access MVP
"windandwaves" <winandwaves@coldmail.com> wrote in message
news:42a3cfad$1@clear.net.nz...[color=blue]
> fredg wrote:[color=green]
> > On Mon, 6 Jun 2005 13:35:10 +1200, windandwaves wrote:
> >[color=darkred]
> >> Hi Folk
> >>
> >> Is there anyone out there who knows if there is an easy way to
> >> highlight the currentrecord using conditional formatting or
> >> something like that in Access 2003?
> >>
> >> Thank
> >>
> >> Nicolaas[/color]
> >
> > See
> >
http://www.lebans.com
> > specifically:
> >
http://www.lebans.com/conditionalformatting.htm
> >
> > You can down load a sample database that includes various uses for
> > shaded lines, including continuous form alternating lines and
> > highlighting the selected line.[/color]
>
> Hi Fred, I downloaded the thing, and that is cool, but it seems really
> complicated for something really simple. It should just be one expression
> in conditional formatting (that I am looking for), not endless lines of
> code. I actually tried to make a conditional format with the following
> expression:
>
> screen.activeform.currentrecord = [id]
>
> where [id] is the field on the form, but that did not seem to work too[/color]
well.[color=blue]
>
> I am thinking, I may be able to concoct a little function with
> screen.activeform.currentrecord and compare it to the ID field (which is
> always present on my form), obviously, IDs are not always neatly numbered
> 1,2,3,4,5 but you may be able to do the "SELECT ID FROM RECORDSET LIMIT "[/color]
&[color=blue]
> screen.activeform.currentrecord & ",1" or something like that.
>
> Thanks for your useful response
>
> - Nicolaas
>[color=green]
> >
> > And also look at:
> >
http://www.lebans.com/alternatecolordetailsection.htm[/color]
>
>[/color]