Re: Referencing field values in a label
- From: "Ryan Langton" <langton@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Jun 2005 14:51:19 -0500
Hmmmm.. I thought this would be an easy one. Maybe my wording was
confusing. As an example, I have an .mdb Form that has a label (LabelA).
This LabelA has a value of "=[LastName] & ", " & [FirstName]". On the form
this displays as a regular label with a value of Langton, Ryan (if I was the
current record selected). Is there any way to do this with .adp? It
doesn't seem to be able to access the record values. "=[LastName] & ", " &
[FirstName]" shows up exactly as "=[LastName] & ", " & [FirstName]" on an
..adp form.
Ryan
"Ryan Langton" <langton@xxxxxxxxxxxxxxxxxx> wrote in message
news:u2oAbJodFHA.3620@xxxxxxxxxxxxxxxxxxxxxxx
> With an .mdb, syntax of " = [fieldName] " for a label would cause the
> value of the field to show up as the label. How do I do this with .adp?
>
> Thanks,
> Ryan
>
.
- Follow-Ups:
- Re: Referencing field values in a label
- From: Brendan Reynolds
- Re: Referencing field values in a label
- References:
- Referencing field values in a label
- From: Ryan Langton
- Referencing field values in a label
- Prev by Date: Referencing field values in a label
- Next by Date: Re: Referencing field values in a label
- Previous by thread: Referencing field values in a label
- Next by thread: Re: Referencing field values in a label
- Index(es):
Relevant Pages
|