View Full Version : Copying page


Rothron
10-06-2000, 03:14 AM
I have a database which has a main form and a subform. Each record on the main form can have several subform records attached to it. Is it possible to have a command button which will allow copying and pasting of the subform record, as all the information could be the same bar one field? I hope this makes sense.

Thanks for any help.

Jerry Dixon
10-06-2000, 06:23 AM
If you select a new record in the subform and press Ctrl + ' it will replicate the data from the previous record.
Hope this helps
Jerry Dixon

Rothron
10-09-2000, 03:25 AM
Thanks very much. That seems to work fine.

Rothron