You don't need a bookmark for this, you need a conditional field e.g.
{IF {Mergefield Department} = "Emergency Room" "Type this" "Otherwise type
this"}
"Type this" can be anything that can be put in a document, including
Autotext or Includetext fields.
If you have lots of such texts then you need to use Includetext fields and
save the texts as documents, which you can insert according to the content
of the field e.g.
{IF {Mergefield Department} = "Emergency Room" "{INCLUDETEXT
C:\\path\\{Mergefield Department}.doc"}
which would insert "C:\path\emergency room.doc"
The principle is essentially that shown at
http://www.gmayor.com/mail_merge_graphics.htm albeit there it is graphics
rather than text files that are inserted.
By using this method, users can update the inserted files as required.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I am creating a mail merge Word orientation handbook that is to be
> unit specific. The data to make it unit specific is in an Access
[quoted text clipped - 26 lines]
>
> Fay
Fay Yocum - 18 Sep 2005 15:04 GMT
Thank you Graham. I figured out how use INCLUDETEXT and then add a bookmark.
That took a while because I placed a quote to the left of the bookmark not
the right. Oh well, it is the little things.
To take this a little further. I will be entering blocks of text that have
single or multiple paragraphs What is the best way to ensure that the
paragraphs flow properly or don't mess up the headers for the next section
in the main document. Should I always include the paragraph mark in the
bookmark? Any advise here would be appreciated. Thank you.
Fay
> You don't need a bookmark for this, you need a conditional field e.g.
>
[quoted text clipped - 48 lines]
>>
>> Fay
Graham Mayor - 19 Sep 2005 08:24 GMT
Essentially if you insert a bookmarked section of text, it behaves as if you
had pasted the selected text. Mark the text so that it inserts the parts you
want.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Thank you Graham. I figured out how use INCLUDETEXT and then add a
> bookmark. That took a while because I placed a quote to the left of
[quoted text clipped - 67 lines]
>>>
>>> Fay