How do you export data from one form to another

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

Guest

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

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