I'm stumped! I'm trying to design a document template
that allows the user to put information into a pop-up form
ONCE, so that it can be placed at several locations
throughout the document.

Re: Forms and Documents by Mark

Mark
Fri Jan 23 13:06:33 CST 2004

You want what's called a userform. See
http://www.mvps.org/word/FAQs/Userforms/CreateAUserForm.htm

--
Mark Tangard, Microsoft Word MVP
Note well: MVPs do not work for Microsoft.
"Life is nothing if you're not obsessed." --John Waters

DB wrote:

> I'm stumped! I'm trying to design a document template
> that allows the user to put information into a pop-up form
> ONCE, so that it can be placed at several locations
> throughout the document.


RE: Forms and Documents by anonymous

anonymous
Fri Jan 23 13:16:05 CST 2004

Hi
Well, what part are you stumped about? Putting the information in several places or only showing the form ONCE

If it is only showing the form once, then you can test for the existence of a DocVariable (bFormShown, for example). If the DocVariable does not exist, then you can show the form and then _create_ the DocVariable. The next time you open this saved document, it tests for the DocVariable, finds it, and, therefore, doesn't show the form

O

You could only allow the form to be displayed during AutoNew

HT
Dave

Re: Forms and Documents by Charles

Charles
Mon Jan 26 17:09:15 CST 2004

You may want to look into the ASK and REF fields.
--

Charles Kenyon

See the MVP FAQ: <URL: 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.

"DB" <anonymous@discussions.microsoft.com> wrote in message
news:2a2401c3e1c8$490837d0$a301280a@phx.gbl...
> I'm stumped! I'm trying to design a document template
> that allows the user to put information into a pop-up form
> ONCE, so that it can be placed at several locations
> throughout the document.