REF fields in a form

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?
 
S

Stefan Blom

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top