
Creating a Mulit-Page Template/Form
Hi Jim,
Although what you're asking is feasible, I would stringly advise
making use of a Userform using a Multipage controls there.
Two reasons:
1) From an interfacing point of view: users have only one screen to deal
with
when inputting data. You can make it a wizard type of dialog with a bit of
creativity.
2) Technically, it would just be matter of gathering data in the userform
and kicking it to the document once the data-entry has been completed.
Would you be needing assistence in achieving this???
Pls repost.
Kind regards,
Perry
Quote:
> I want to create a multi-page doc. Form or Template (not sure which is
> most do-able) -- or even a Macro -- where I'm prompted to enter certain
> info for each page, as follows:
> {Poem's Title}
> {body text}
> {Student's Name}
> Grade{}, {School Name}
> Poet-Teacher: {}
> Teacher: {}
> I would like a prompt for each field and, after filling out all fields,
> have the option to create a new page with exactly the same prompts.
> A lot to ask, I know . . . If you could just give me a general idea of
> how to proceed, I'll figure it out from there.
> Thanks!
> jim