Duplicating record

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

How can I make a copy of a record in the same table via code? Is there a
feature like whole record copy & paste?

Thanks

Regards
 
Open the table, find the record, highlight, and copy.
Click on EDIT- Paste Append.
 
If the table has a primary key and you know it at the time you want to copy
the record you can create a insert statement to run.

Rick
 
Can I do it without any reference to specific fields, as the fields can
change and I don't want to remember to come back and change the insert query
every time?

Thanks

Regards
 

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

Back
Top