linking or referencing

B

Bob

when i input into a particular field in a form i need the information entered into the field to be referenced to another form.
is there a way to do that?

thanks.
 
G

Greg

Bob,

Use a includetext field in the destination form. Say your
source form is saved as C:\Form1, the field you want
repeated is bookmarked text1.

In the destination form enter:
{ INCLUDETEXT "C:\\Form1" text1 } toggle field codes and
protect the form. You will need to use F9 to update the
field in the destination form after changes are made in
the source.

-----Original Message-----
when i input into a particular field in a form i need the
information entered into the field to be referenced to
another form.
 
B

Bob

thanks i will try that.
--
bob


Greg said:
Bob,

Use a includetext field in the destination form. Say your
source form is saved as C:\Form1, the field you want
repeated is bookmarked text1.

In the destination form enter:
{ INCLUDETEXT "C:\\Form1" text1 } toggle field codes and
protect the form. You will need to use F9 to update the
field in the destination form after changes are made in
the source.

-----Original Message-----
when i input into a particular field in a form i need the
information entered into the field to be referenced to
another form.
 

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

Similar Threads


Top