linking or referencing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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.
 
Back
Top