I should have made clearer that I was asking the question of Jeff, who is
far more knowledgeable that I about Access. The command button wizard can
create a command button to duplicate a record. The code behind that command
button uses an older syntax that I believe was associated with macros in
earlier versions of Access (pre-2000), but I'm not quite sure of that.
Unfortunately the Help file (in Access 2000, at least) seems to be broken in
places, and produces no useful information about Copy or Paste Append
methods, but I believe the command button wizard gets you to the same place
by a different route.
If your primary key is not generated automatically, either through use of
autonumber or through code, you will need to change it before you can save
the new record.
>> Would duplicating the record work?
>>
[quoted text clipped - 44 lines]
>
> Thanks
Jeff Boyce - 11 Apr 2006 20:41 GMT
If I recall correctly, you can use the Command Button wizard in form design
mode to select a record operation to "duplicate" a record.
Regards
Jeff Boyce
Microsoft Office/Access MVP
>I should have made clearer that I was asking the question of Jeff, who is
>far more knowledgeable that I about Access. The command button wizard can
[quoted text clipped - 57 lines]
>>
>> Thanks
Isis - 11 Apr 2006 22:28 GMT
> If I recall correctly, you can use the Command Button wizard in form
> design mode to select a record operation to "duplicate" a record.
[quoted text clipped - 66 lines]
>>>
>>> Thanks
Thanks to you all for that - the button wizard seems to hold answers to
all sorts of questions I had.
Regards