drop down to create more forms

  • Thread starter Thread starter dgold82
  • Start date Start date
D

dgold82

I developed a simple form for a peer review committee that I work for. What I
would like to do is create a small dropdown on the first page that asks "how
many forms would you like to create". I would then list maybe 1 through 15. I
just need the one page form to duplicate itself on the subsequent pages. Hope
that makes sense.

The other issue is that I would like to do this without having to put in a
macro or VBA code. I will have no way to train users to enable macros or
anything. Is there a way?
 
It was all going well until your final paragraph. You will need a macro to
duplicate forms in this manner.
There is an example at http://www.gmayor.com/word_vba_examples.htm - Repeat
a block of formatted text and form fields based upon the content of another
form field

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Thanks for the response. That's too bad. I knew there would be a way to
develop something like that using VBA--my only problem is that my users
aren't exactly tech friendly and that would just confuse them to no end. I'll
think of something else, just though I would wow people with my tech skills.
 
Back
Top