Protection Issue with Textboxes

  • Thread starter Thread starter Adam Steiner
  • Start date Start date
A

Adam Steiner

Hi,

I've created a form with numerous text boxes on it. The document is
protected (thanks Suzanne) so that the user can tab through the textboxes.
However, if the document is opened on any computer other than the creating
computer, the user can't access or tab through the textboxes. Clicking
with the mouse does nothing and double clicking opens the VB IDE. The
option to unprotect the document is also grayed out.

Any ideas? All of the machines I've tried are running Office XP, as is the
creating machine.

I'm also using the textboxes from the Controls toolbar as opposed to the
Forms. The reason being that I haven't been able to figure out how the fill
ins on the form toolbar can be used as one (ie fill in one box and have that
propogate to other locations in the document).

Thanks in advance,

Adam
 
You do not want to be using anything from the Controls Toolbox for this! I
would start over from a blank document not using any of your current fields.

What you are talking about is what Word calls an "online form." Check this
in help. For more about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm especially Dian
Chapman's series of articles.

You can replicate things from one textfield (not text box) elsewhere using a
REF field if you have checked the space in the textfield's properties to
"calculate on exit." This and other things you really do want to know are
included in Ms. Chapman's series of articles.

Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Ah ok. I'll check it out. I plan on eventually moving it over to an access
database and wasn't sure that the forms text fields would work (as opposed
to the controls toolbox).

Thanks,
Adam
 
Hi Adam,
I plan on eventually moving it over to an access
database and wasn't sure that the forms text fields would work (as opposed
to the controls toolbox).
Then you're definitely better off with form fields, as these can be exported
to a delimited text file. Or are relatively read via automation.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Learn something new every day.
Thanks guys!
Cindy M -WordMVP- said:
Hi Adam,

Then you're definitely better off with form fields, as these can be exported
to a delimited text file. Or are relatively read via automation.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)


This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Back
Top