How do you export data from one form to another

H

HayabusaMan

I am trying to set a form that automatically is filled in from data from
another form.
or as the data is filled in on one form it is also filled in on another.
 
R

Rick B

Are the forms bound to a table or query? Typically, the form does not
"contain" data, it simply displays it. If you save data to a table using
one form, and then open that record using a different form, then you will
see the data. If you are in the process of updating a record in one form
(and have not yet committed that data) then another form would not be able
to see it.

Tell us specifically what you are trying to do.
 
Top