I have a form where a name (first and last) is entered into a text form
field. I also have inserted a REF field in order to have the same data
placed on a second page. The second page field is a larger, bold font. As
the form is filled out, the data is being filled in but the problem is that
the persons first name is the large font and the last name is a default
smaller font. It seems as if anytime you hit the space bar between the
names, the data after the space is always smaller.

Re: REF Field by macropod

macropod
Thu Apr 27 16:24:54 CDT 2006

Hi Critter,

You can control the REF field's behaviour via a Charformat switch. To do
this:
. select the field
. press Shift-F9 to expose the code
. format the 'R' in 'REF' with the attributes you want
. delete the '\* Mergeformat' switch if it's present
. add '\* Charformat' to the field, so that you've got something like {REF
Name \* Charformat}
. press F9 to update the field.

Cheers


"Critter" <Critter@discussions.microsoft.com> wrote in message
news:E939E221-6473-41D9-930C-84C14F7C78C6@microsoft.com...
> I have a form where a name (first and last) is entered into a text form
> field. I also have inserted a REF field in order to have the same data
> placed on a second page. The second page field is a larger, bold font.
As
> the form is filled out, the data is being filled in but the problem is
that
> the persons first name is the large font and the last name is a default
> smaller font. It seems as if anytime you hit the space bar between the
> names, the data after the space is always smaller.



Re: REF Field by Critter

Critter
Fri Apr 28 11:54:03 CDT 2006

Outstanding!! Thanks!!!

"macropod" wrote:

> Hi Critter,
>
> You can control the REF field's behaviour via a Charformat switch. To do
> this:
> .. select the field
> .. press Shift-F9 to expose the code
> .. format the 'R' in 'REF' with the attributes you want
> .. delete the '\* Mergeformat' switch if it's present
> .. add '\* Charformat' to the field, so that you've got something like {REF
> Name \* Charformat}
> .. press F9 to update the field.
>
> Cheers
>
>
> "Critter" <Critter@discussions.microsoft.com> wrote in message
> news:E939E221-6473-41D9-930C-84C14F7C78C6@microsoft.com...
> > I have a form where a name (first and last) is entered into a text form
> > field. I also have inserted a REF field in order to have the same data
> > placed on a second page. The second page field is a larger, bold font.
> As
> > the form is filled out, the data is being filled in but the problem is
> that
> > the persons first name is the large font and the last name is a default
> > smaller font. It seems as if anytime you hit the space bar between the
> > names, the data after the space is always smaller.
>
>
>