My first thought was to just use Me!....However, ALL of the records on the
form change to a bold font, not just the current record which has the focus.
That is because ME refers to the current form, not an individual record on
the form. Remember, I'm using Continuous Forms view. Therefore, I think
using Recordsets and/or Bookmarks is necessary, but I'm not sure how to get
it to work correctly.
Andi
"Bas Cost Budde" <bas@heuveltop.org> wrote in message
news:bvnor0$od5$1@news2.solcon.nl...[color=blue]
> DBQueen wrote:
>[color=green]
> > I have a subform which is in Continuous Forms view.
> >
> > I want all of the controls in whatever is the CURRENT record to have[/color][/color]
it's[color=blue][color=green]
> > data bolded on the screen. (Question #1: Is there a SIMPLE way to refer[/color][/color]
to[color=blue][color=green]
> > the Current Record?)[/color]
>
> It is implicit. You can refer to the current record's values by
> addressing the fields (me!yourfield).
>
> You cannot address the *controls* on the form for the current record
> only, because the controls are defined only once.
> --
> Bas Cost Budde
>
http://www.heuveltop.nl/BasCB
>[/color]