A
Alan B.
I'm creating a medical report template in Word 2003 as a protected form with
various editable text fields, dropdown list entries, and date calculations
which would enable users to quickly tab, or use the arrow keys, to move
through the form to add the pertinent patient information in each field.
There are certain fields where the user enters a 3 - 5 character
alphanumeric code which serves as a lookup for a full 2 or 3 sentence
description of the corresponding medical procedure that replaces the entered
code in the form.
Searching through Auto Text entries for the full description of each
procedure would become tiresome to the users as they would have to look
through all the entries (20-some pages worth) to find the correct one. So, I
decided to try AutoCorrect entries using the code for the "Replace:" item and
the full procedure description as the "With:" item in the AutoCorrect Options
tool. However, AutoCorrect entries are limited to only 255 characters and
many of the procedure descriptions are longer. Is there a way to override
this limit?...a better way of working this capability into the template?
In Word Perfect I was able to create a separate text file of the codes and
descriptions, and then set up a template macro that did a search and replace
from this text file when the code was entered in the template. I can't seem
to be able to make that work in Word because the macro will not run or the
text file will not open, or both. First, the macro hangs when I try to run it
when the template is protected. And second, I don't see any VBA code in the
macro file that indicates Word is attempting to open the other file (the text
file with the procedure descriptions) when it runs.
If anyone has a suggestion or an alternative any information would be
greatly appreciated.
various editable text fields, dropdown list entries, and date calculations
which would enable users to quickly tab, or use the arrow keys, to move
through the form to add the pertinent patient information in each field.
There are certain fields where the user enters a 3 - 5 character
alphanumeric code which serves as a lookup for a full 2 or 3 sentence
description of the corresponding medical procedure that replaces the entered
code in the form.
Searching through Auto Text entries for the full description of each
procedure would become tiresome to the users as they would have to look
through all the entries (20-some pages worth) to find the correct one. So, I
decided to try AutoCorrect entries using the code for the "Replace:" item and
the full procedure description as the "With:" item in the AutoCorrect Options
tool. However, AutoCorrect entries are limited to only 255 characters and
many of the procedure descriptions are longer. Is there a way to override
this limit?...a better way of working this capability into the template?
In Word Perfect I was able to create a separate text file of the codes and
descriptions, and then set up a template macro that did a search and replace
from this text file when the code was entered in the template. I can't seem
to be able to make that work in Word because the macro will not run or the
text file will not open, or both. First, the macro hangs when I try to run it
when the template is protected. And second, I don't see any VBA code in the
macro file that indicates Word is attempting to open the other file (the text
file with the procedure descriptions) when it runs.
If anyone has a suggestion or an alternative any information would be
greatly appreciated.