Linking two forms

  • Thread starter Thread starter Pixie
  • Start date Start date
P

Pixie

I want to link like fields on two separate forms so that while a user
completes Form1, the fields on Form2 get updated. At the end, the user would
have two different forms completed with the same information.

Would a macro be able to call a different document in this way? Or is there
some other way to accomplish this or am I dreaming?

Thanks!
 
Pixie said:
I want to link like fields on two separate forms so that while a user
completes Form1, the fields on Form2 get updated. At the end, the
user would have two different forms completed with the same
information.

Would a macro be able to call a different document in this way? Or is
there some other way to accomplish this or am I dreaming?

Thanks!

Yes, a macro could do it, but it would have to know (or acquire at run-time)
all the details of file names and paths, and all the field names in both
documents and how they correspond to each other. It isn't going to be
simple, and certainly not what I'd choose as a first project for someone who
isn't familiar with macro programming.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top