A couple of options - and no, I won't be using the Northwind example - I'll use an even more general example.
If Record Selectors are displayed, you could just copy and paste a record, then change the Order Number (or whatever you've called it)
If you need to do something a little more tricky, you could use the Clipboard in a more imaginative way.
Say for example, you have some hidden fields, or there's only certain fields you want copied:
Create a delimited string based on the fields you want to copy,
send it to the clipboard
(
http://support.microsoft.com/default...b;en-us;138909)
Go to your new record
Retrieve it from the clipboard
(
http://support.microsoft.com/default...b;en-us;138910)
Strip out your delimiters
Put them into the new values
To strip the delimiters out,
http://www.mvps.org/access/strings/str0001.htm
might be helpful
HTH
Steven
I am a loud man with a very large hat. This means I am in charge