REF fields in a form

  • Thread starter Thread starter Erika
  • Start date Start date
E

Erika

I am using REF fields in a form to get information from ASK fields and
populate the information through out the form however I am having problems
with the font in the REF field. I have a date and the first part of the is
formatting perfect 09/14/ but the 2009 is not formatting correctly. Any
ideas?
 
Add a \* CHARFORMAT switch to the REF field code:

{ REF bookmark_name_here \@ "MM/DD/YYYY" \* CHARFORMAT }

That way, the formatting of the field result will be determined by the
formatting applied to the "R" in REF.

If you are trying to accomplish something different, post back.
 
Back
Top