copy form to subform

G

Guest

How would i copy all fields in my main form and have the same data in the
subform of this record. And keep on adding records to the subform of that
main record on a button press in the subform?

thanks
 
J

John Vinson

How would i copy all fields in my main form and have the same data in the
subform of this record. And keep on adding records to the subform of that
main record on a button press in the subform?

thanks

Bill's right: this is almost surely NOT something you want to do.

It's typical to have one field (or occasionally two or three) as the
linking fields between the parent table and child table; these can be
used as the Master Link Field and Child Link Field properties of the
subform control. However, storing data redundantly in both tables is
usually neither prudent nor necessary.

John W. Vinson[MVP]
 

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

Top