Transfer data from one form to another

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

Guest

Hi

Can you suggest please a simple way or samle how data from a record of an
open form can be appended to a new record of another form?

Regards
GL
 
Records are stored in tables, not forms.

Are you trying to open the same record in another form, or create a new
record in a new table?

If the latter, why are you duplicating data in more than one table?
 
The goal is to transfer data between two tables related by a Right outer join
using two forms.
Data is transferred from the key field of a record of the first table to the
fk field of a new record of the second table.
GL
 
Back
Top