Reply
 
Thread Tools Display Modes
  #1   Report Post  
Duff
 
Posts: n/a
Default Master/Sub, Forms or Fields... Oh My!

First let me say what a wonderful group here!

Perhaps I just don't understand the terminology or I really haven't seen
what I'm looking for yet.

I have a document created in Word 8 with sections containing "fields" to be
filled in by 3 different people (actually "groups" of people). In the past
the document was printed out and completed by hand. What I am attempting is
having the document (template) available on the server (W2K). Person from
group #1 opens the file, completes the sections related to his/her dept then
saves the file with the client's name in the client's folder. Person from
group #2 goes to the client's folder, opens the document, completes the
respective section and saves it in the same folder. Person from group #3
does the same as #2. This way any one of the 3 can start the process of
filling out the "form".

Here is the part I'm lost at. I want to be able to "lock" each person's
(group's) section so it can not be edited by anyone other than that person.
My original thought was to save the sections as 3 separate files with write
access only to the "group" that should be filling those sections. But then
someone would have to merge the 3 files back into one document to maintain
the "form's" format and layout.

I'm not sure if there is a Word function to do this or if VBA is needed. Any
and all input is appreciated

Every person accessing this document will be using Word 10 or above if that
helps with responses.

TIA

Duff


  #2   Report Post  
Charles Kenyon
 
Posts: n/a
Default

You would need to use vba. The terms Master and Subdocument refer to a
dangerous Word feature you don't want to be using.

You could set up an AutoOpen macro that would check the username and then
enable/disable fields in particular sections depending on the username of
the person opening the document. This could be defeated rather easily,
though, by opening the document without allowing the macro to run. I suppose
you could have it disable all of the fields before saving. The vba work
would not be that difficult but likely would be tedious.

An alternative might be to turn on track changes so that you could track who
made what change and simply have policies as to who can work on what. (I
don't know that track changes works in protected forms; I've never tried it.
--

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.

"Duff" duff515(at)hotmail.com wrote in message
...
First let me say what a wonderful group here!

Perhaps I just don't understand the terminology or I really haven't seen
what I'm looking for yet.

I have a document created in Word 8 with sections containing "fields" to
be
filled in by 3 different people (actually "groups" of people). In the past
the document was printed out and completed by hand. What I am attempting
is
having the document (template) available on the server (W2K). Person from
group #1 opens the file, completes the sections related to his/her dept
then
saves the file with the client's name in the client's folder. Person from
group #2 goes to the client's folder, opens the document, completes the
respective section and saves it in the same folder. Person from group #3
does the same as #2. This way any one of the 3 can start the process of
filling out the "form".

Here is the part I'm lost at. I want to be able to "lock" each person's
(group's) section so it can not be edited by anyone other than that
person.
My original thought was to save the sections as 3 separate files with
write
access only to the "group" that should be filling those sections. But then
someone would have to merge the 3 files back into one document to maintain
the "form's" format and layout.

I'm not sure if there is a Word function to do this or if VBA is needed.
Any
and all input is appreciated

Every person accessing this document will be using Word 10 or above if
that
helps with responses.

TIA

Duff




  #3   Report Post  
Duff
 
Posts: n/a
Default

Thank you for the input Charles. I am back on this "project" and will try
implementing your suggestion!

Duff

"Charles Kenyon" wrote in
message ...
You would need to use vba. The terms Master and Subdocument refer to a
dangerous Word feature you don't want to be using.

You could set up an AutoOpen macro that would check the username and then
enable/disable fields in particular sections depending on the username of
the person opening the document. This could be defeated rather easily,
though, by opening the document without allowing the macro to run. I

suppose
you could have it disable all of the fields before saving. The vba work
would not be that difficult but likely would be tedious.

An alternative might be to turn on track changes so that you could track

who
made what change and simply have policies as to who can work on what. (I
don't know that track changes works in protected forms; I've never tried

it.
--

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.

"Duff" duff515(at)hotmail.com wrote in message
...
First let me say what a wonderful group here!

Perhaps I just don't understand the terminology or I really haven't seen
what I'm looking for yet.

I have a document created in Word 8 with sections containing "fields" to
be
filled in by 3 different people (actually "groups" of people). In the

past
the document was printed out and completed by hand. What I am attempting
is
having the document (template) available on the server (W2K). Person

from
group #1 opens the file, completes the sections related to his/her dept
then
saves the file with the client's name in the client's folder. Person

from
group #2 goes to the client's folder, opens the document, completes the
respective section and saves it in the same folder. Person from group #3
does the same as #2. This way any one of the 3 can start the process of
filling out the "form".

Here is the part I'm lost at. I want to be able to "lock" each person's
(group's) section so it can not be edited by anyone other than that
person.
My original thought was to save the sections as 3 separate files with
write
access only to the "group" that should be filling those sections. But

then
someone would have to merge the 3 files back into one document to

maintain
the "form's" format and layout.

I'm not sure if there is a Word function to do this or if VBA is needed.
Any
and all input is appreciated

Every person accessing this document will be using Word 10 or above if
that
helps with responses.

TIA

Duff






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disappearing Checkboxes in Forms Jeannette S. Microsoft Word Help 0 February 15th 05 08:25 PM
create fields in template forms so that pictures can be entered lsg Microsoft Word Help 1 February 14th 05 06:48 PM
Custom Fields in Word 2002 (XP) [email protected] Microsoft Word Help 1 January 20th 05 03:46 AM
Cant merge fields from custom forms Rusty Mailmerge 1 December 1st 04 11:01 AM
posting data from text input fields to fields later in document BOB Microsoft Word Help 1 November 23rd 04 06:19 PM


All times are GMT +1. The time now is 11:56 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"