How to duplicate records in a subForm? 1)Copy&Paste?? 2)Programmatically??

M

Mel

We have a Form with a subForm

We want to create a subForm Record and then duplicate it "x" times.

1 - How can we just copy and paste the record while looking at the
Form & subForm?

2 - How about code to programmatically duplicate the subForm record
"x" times ?

thanks for any help.

Mel
 
J

John W. Vinson

We have a Form with a subForm

We want to create a subForm Record and then duplicate it "x" times.

Why?

Just store a number field X in the record, and use that in a query to DISPLAY
x copies of the record. What benefit could you possibly get from storing 100
identical records (or records differing only by an autonumber) in your table?


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