Duplicate multiple records

S

Secret Squirrel

I need to duplicate 3 records in my table but all at the same time. Is there
an easy way to fire some code to duplicate these records at once?
 
R

Roger Carlson

I would argue that duplicating information is exactly the wrong thing to do.
Proper normalization results in a minimum of duplicated data. I'd urge you
to reconsider your data model.

That said, it is not always possible to redesign the database.

Yes, it is possible to duplicate multiple records at the same time, or
rather, you could do so sequentially in code so it would look as if you did
it all at once. However, the best way to do this depends a lot upon the
specifics of your database, of which you have given none.

Can you elaborate a little?

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 

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