Table in Protected form?

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

Guest

Hello,

I am creating a form from a current Word document. On the current form,
there are hyperlinks and tables for the user to input data.

I want to protect the form, so that I can add checkboxes. I found a macro
that will make the hyperlinks function on a protected form. Great.

But when I protect the form, you can't enter data into the table anymore.
How can I create a form (protection) and have an table for users to key in
data.

This is a checklist so as they go from step to step, they sometimes have to
put in notes on each step. Hence a table.

Thanks,

Tony
 
Insert Text FormFields into the cells of the table.

See: "Please Fill Out This Form"

Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22

Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46

Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119

Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127

Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136


--
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
 
Webtechie said:
Hello,

I am creating a form from a current Word document. On the current form,
there are hyperlinks and tables for the user to input data.

I want to protect the form, so that I can add checkboxes. I found a macro
that will make the hyperlinks function on a protected form. Great.

But when I protect the form, you can't enter data into the table anymore.
How can I create a form (protection) and have an table for users to key in
data.

This is a checklist so as they go from step to step, they sometimes have to
put in notes on each step. Hence a table.

Thanks,

Tony

For those curious...

I found a post with an answer from Jay Freedman. It said to place text form
fields in the table cells. When the form is protected, the user can still
input into the text form fields.

Bingo! Just what I needed.

Tony
 

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