Forum Discussion
create a master template with insrtable sections with prefilled lists to select to create docs easy
I need to create a word template for a fillable document with pre-outlined sections and structure for quick document creation for each job we do.
The document is a JSA (Job Safety Analysis and set up) the outline of the document will have the following sections
Required Tools and supplies for jobsite"
then have a list of some sort of any and all tools and supplies we have and use so you can pick the items needed for this specific job and it stays structured on the document every time.. example : (5 gal drums, screw driver, shop vac, hammer, etc) so
the next section would be PPE Required
training required (list of various trainings needed for specific job site example : Confined Space entry, LOTO, Fork Lidt, Respiratory,)
engineering controls (supervisor tasks, to dos, processes et
job site hazards
clickable hazards for the following categories with all relevent info for the main hazards and then ability to add new custom hazards
-chemical hazards
(potential hazard, task/steps to do to avoid, consequences of hazard)
-safety hazards
(potential hazard, task/steps to do to avoid, consequences of hazard)
enviromental hazards
(potential hazard, task/steps to do to avoid, consequences of hazard)
Before and end of job tasks
finally it would be saved and renamed and printed for our employees to check off any sections that require checkboxes such as supplies needed then can fill in anything on document during job and be turned in to office once complete.
How can I achieve creating this template and what controls/fields/document properties / form controls etc are required and how to i do it ?
Attached is a sample JSA for reference
- Charles_KenyonBronze Contributor
For the simplest methods, although not necessarily the most elegant methods, consider saving your separate parts as AutoText or some other Building Blocks.Then perhaps use one or more Building Blocks Gallery Content Controls would be useful. https://www.addbalance.com/usersguide/autotextautocorrect.htm#BBGalleryContentControl You can even save such Content Controls as Building Blocks themselves. You would be able to insert such a menu Content Control using the AutoComplete feature of Word.
=======================
The absolute simplest method is to have everything in a single document and let people delete what is not needed.
=======================
Anything else will require programming and macros. Many environments will not allow use of macros. This will not be simple to design or maintain, but if done well, can be very easy to use.
A simple macro solution may be to use Boiler - Insert a selection of documents by Graham Mayor, MVP .
Beware of using the perfectly good and understandable term "Master" when searching for help about Word. That is likely to lead you to the problematic Master Documents "Feature" in Microsoft Word.
- Amber1023Brass Contributorthankyou for your reply.
The problem with saving it all and then deleting is it reformats the structure of the sections.
Based on the template my boss currently uses the various sections are added using a text box and they auto adjust their size and sometimes stretch across multiple pages then we need to try to adjust the sizing to fit with the other text boxes and then one box ends up getting deleted it takes forever to format it to the right sizes to ideally keep it on 2 pages. having all the various info on 1 document that can be deleted would have way too much to delete- Charles_KenyonBronze Contributor
I'm sorry to tell you that your boss is doing things wrong, at least for Word.
Text boxes in Word can be handy but they are also problematic and can cause document corruption.
I use them for a few things but generally use Frames or other features instead.
Frames and Textboxes in Microsoft Word
It may be that you are not talking about the kind of Text Box that I am talking about. Text boxes cannot extend across multiple pages, nor can Frames. It is possible you are talking about a (single-cell) Table.
You may want to look at this recent question on the Microsoft Answers site and the responses:
How do I make a template letter auto-populate when I check specific paragraphs from a list?
Also, Word has a jargon term "Section" which is different in meaning from the standard English-language meaning of that term. In Word jargon, it indicates a formatting chunk in Word rather than a logical piece of a document.
- tsharp440Copper ContributorHi Amber,
Did you find any solution for this? It sounds similar to what I'm looking for, I need an add-in to work my project specification system, I'm using one now, but it only works on Word 2007.
The main buttons I need:
Import Custom Section
Delete Section
Renumber Clauses
Update Table of Contents
The system i currently use recognises the Sections, Subsections, and Clauses by different heading types,
So for example... Ii have a master file pre loaded with my standard sections, i can edit or delete sections from that, can import one of my other pre-built custom sections, maybe remove or add some subsections or clauses, then re number all clauses, and update table of contents
Thanks : )- Charles_KenyonBronze Contributor
- Did you read the linked pages?
- Are you willing to program?
- Are you working somewhere that macros can be used?
Here are things that can be used in Word to approach this without macros:
- Global Templates
- that hold AutoText or other Building Blocks (these hold the content)
- implemented using Building Blocks Gallery Content Controls
One or more Building Blocks Gallery Content Controls can be saved as AutoText as well and can be inserted in a document using AutoComplete. A set of such controls could, themselves, be the subject of another Building Blocks Gallery Content Control.
- tsharp440Copper ContributorHi Charles,
Thanks for your reply, I will read them, I've worked with Excel in the past, not really with Word, this is something I've wanted to build for a few years, I've been keeping a PC with a version of Office 2007 simply for that add-in, but it's time to retire that PC, it's 2.37am here and I'm now typing this on my phone, I'll start working through it over the next few days, more than likely I'll need some assistance from this forum as I work through it,
Many Thanks, Tim Sharp