copy info from one text box to another n a protected form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a form. I have a text box with say a name in it. Once I enter that
name, i want the name to go to 4 other spots on the form w/out having to
retype it. any help? thanks?
 
tsjjlj said:
i have a form. I have a text box with say a name in it. Once I
enter that name, i want the name to go to 4 other spots on the form
w/out having to retype it. any help? thanks?

In the Properties dialog of the text form field, make sure "Calculate on
exit" is checked, and make a note of the contents of the Bookmark box (you
can change this to something more meaningful, such as "Name").

In the other locations, insert cross-references to the name in the Bookmark
box. Then protect the form. Put something in the form field and tab to the
next field. The cross-references should repeat what you typed.
 
Back
Top