In access you almost never need to copy and paste. Instead you directly set the value of a field or control. However, copies data from one field to another hints at a problem, since in a database rarely does information get repeated in two places.
The code is a simple as placing a button on a form and creating an on click procedure.
me.SomeField2 = me.someField1