Re: Checkbox cannot be used on 2003 document



If the check boxes are from the legacy controls (which they will be if the
form is created in Word 2003), then provided the form is protected, there is
nothing to stop the form being filled correctly in Word 2007. The reason
that the form is not working is undoubtedly because the form is not
protected when opened in Word 2007. It can be re-protected from the
developer tab.

If you are working with Word 2003 forms with Word 2007 then you should see
http://www.gmayor.com/Toolbars_in_word_2007.htm and/or
http://gregmaxey.mvps.org/Classic%20Form%20Controls.htm which make access to
the forms control more straightforward.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


dtremain wrote:
Thanks for responding JR.

For example, the document has been saved in the 2003 format named
Transmittal.doc. It that document is reopened with Word 2003, they
can insert and remove checks from the checkboxes in that document.
But if someone opens that same doc with Word 2007, the ability to add
or remove the checks from those boxes is no longer working.

Is there any way to set the program to read it in it's older version
and recognise those checkboxes as having their original properties?

Dave

"JR Hester" wrote:

Has teh file been saved as 2007 version file, with the docx
extension? I could not find teh checkbox tool in teh 2007 native
tools. It is only available as a legacy tool and if teh file is
saved in teh new format teh checkbox funcyioanlity is lost.

Try converting the file back to a 97 to 2003 format.

HTH

"dtremain" wrote:

I have an issue of sorts pertaining to a word document on created
with Word 2003 and now edited with Word 2007.

The office users created a template using the 2003 version. After
filling in the template they save it as a doc, and this would
include going back and making changes to that document from time to
time. Now that some of the users are using the 2007 version of
Word they are not able to edit the fields in the existing documents
(primarily checkboxes). When trying to insert a check in one of
the boxes the box greys out.

This is obviously a compatibility issue of some kind but I am not
able to pinpoint the solution. I thougth that maybe some of the
added tools would solve the issue if installed, but I am still
coming up short even after installing the tools. I have tried
enabling macros as well but still no functionality.

Can someone please try to point me in the right direction for
solving this issue?

Thanks in advance!


.



Relevant Pages

  • Re: Different data shown based on user input
    ... my advice changes with the info that there are over 200 checkboxes. ... I suggest you use combo boxes. ... Dim strStub As String ...
    (microsoft.public.access.queries)
  • Re: Different data shown based on user input
    ... A form that knows which check boxes have been checked can be created like ... --check only one check box and observe that the other checkboxes are ... The basic process is to build the query using the fields that have been ... Dim strStub as String ...
    (microsoft.public.access.queries)
  • Re: Multiple Checkboxes in Search by Form
    ... from checkboxes to a multi-select list box can I also make that change in my ... > build up the WhereCondition string to open a report, ... If none of the boxes are checked, ... > Dim strWhere As String ...
    (microsoft.public.access.queries)
  • Re: Allowing only 1 check box to be ticked
    ... check boxes, but I really don't think I get a choice in the matter. ... for each cbx in activecell.entirerow.checkboxes ... But you can cycle through all the checkboxes and look at the position of each ... I tried to edit your macro but didn't have any luck. ...
    (microsoft.public.excel.misc)
  • Re: checkboxes on a form and values in a table
    ... interfaced with 5 unbound check boxes. ... > I am very new to access, but I do have some VBA experience. ... > As the user checks the checkboxes, I will use the OnClick method to ... the form contains the record navigation controls at the bottom. ...
    (microsoft.public.access.modulesdaovba)