Why does my "form" delete my info after changing a field?

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

Guest

I've created a "form" with fields for data, text. If I decide I want to
change something, unprotect document and make my change. When I click on
Protect Form--all data previously entered goes away and is replaced with the
field box.

Any suggestions
 
Use the following macro to re-protect the form:

ActiveDocument.Protect wdAllowOnlyFormfields, NoReset

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

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

Back
Top