Re: Is there something better than ActiveX textboxes?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I would recommend using instead checkboxes, textboxes and dropdown listboxes
from the Forms toolbar. Once the layout of the document has been finalised,
go to Tools, Protect Document. Then on the taskpane that appears on the
right, set the Editing restrictions to Filling in Forms, and then save the
document.

Each formfield can be given a meaningful name and that name can be used to
identify it as a specific member of the FormFields collection of the
document. Your Access code then then manipulate the properties of each
FormField object in the document.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup



"Hunter57" <nospam@xxxxxxxxxx> wrote in message
news:C9A8D783-E95F-4057-B9F4-2259646857D0@xxxxxxxxxxxxxxxx
Hi,

I do most of my programming with Access and some in Outlook but I am do
not
know much about Word. I am working on a small project to use a Word
Document
can be emailed to a person. They fill in textboxes, checkboxes, and
comboboxes in the Document and email it back to the sender.

I have developed a Word Document that uses InlineShapes from the toolbox
ActiveX controls. My code in Access loops through the InlineShapes and
stores the values in a Table. It works quite well. But I am wondering if
there is a better way to do this. Do the ActiveX controls lead to broken
Library References? What are the Pros and Cons? Would a UserForm be
better?

Thanks in advance for your help,
Patrick Wood


.



Relevant Pages

  • Re: Checkboxes and Shadowing, Unshadowing, Highlighting
    ... The respective checkboxes when checked cause the SepcialEffect ... 1)Although the Textboxes and Combo Boxes required to appear Shadowed ... Private Sub ChckIBCCP_Click ... Dim ctl As Control ...
    (comp.databases.ms-access)
  • Dataset
    ... parts data from the dropdown lists, textboxes, radiobuttons, and checkboxes ...
    (microsoft.public.data.oledb)
  • Re: Clearing the form
    ... Doug Robbins - Word MVP, ... But with over 600 checkboxes in the document it takes just over a minute ... Dim FF As FormField ...
    (microsoft.public.word.vba.beginners)
  • automate text entry into complex pdf form, possible from VB?
    ... I would like to use a simple VB form with textboxes and checkboxes where the user could make entries, add those entries to a pdf 'template' file and print it. ...
    (microsoft.public.vb.general.discussion)
  • shorter question ref. simple code
    ... fills out textboxes and checkboxes while the program places the values ... from the text and checkboxes into a .csv file. ... items in random order, you want to go through them in a specific ...
    (comp.lang.perl.misc)