Templates

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

Guest

I have been tasked with creating templates at our company. The first of these templates I have been given is a large table to track to-do's. The table has a header row with the following: Task, Person Responsible, Due Date, Done (checkbox). Each task may have sub-tasks

These folks basically use their computers as fancy typewriters, and won't consider any application other than MS Word to capture this data. I need to create some means of getting them to answer questions, and then sitting this data into a Form. Do you know of any fields, code, or anything that could get me started in this direction? I've never seen a group of people more married to MS Word for this type of tracking, though I think Project or Access would be more appropriate

Help!!!
 
Best would probably be a UserForm. This is a custom dialog box created and
implemented with vba.
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

Otherwise an online form. This is simpler to create but less flexible. 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.

For more on the different kinds of templates, guidlelines for creating
templates and locations of templates folders see
http://addbalance.com/usersguide/templates.htm.

For more on Word tables, see http://addbalance.com/usersguide/tables.htm.

Beware of automatic numbering; if you need it, write back.

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.

GinaStarr said:
I have been tasked with creating templates at our company. The first of
these templates I have been given is a large table to track to-do's. The
table has a header row with the following: Task, Person Responsible, Due
Date, Done (checkbox). Each task may have sub-tasks.
These folks basically use their computers as fancy typewriters, and won't
consider any application other than MS Word to capture this data. I need to
create some means of getting them to answer questions, and then sitting this
data into a Form. Do you know of any fields, code, or anything that could
get me started in this direction? I've never seen a group of people more
married to MS Word for this type of tracking, though I think Project or
Access would be more appropriate.
 
Back
Top