arnelgp
..forever waiting... waiting for jellybean!
- Local time
- Today, 08:27
- Joined
- May 7, 2009
- Messages
- 19,876
like i said you only need these 3 commands and it will copy the record and will bring
you to the New record:
Plus, add code to change any field from the new record.
see the code on the button.
you to the New record:
Code:
With DoCmd
.RunCommand acCmdSelectRecord
.RunCommand acCmdCopy
.RunCommand acCmdPasteAppend
End With
Plus, add code to change any field from the new record.
see the code on the button.