salvipride
Technical User
Hello,
This is my very first post, I've been looking through the posts to see if I can find a solution to my request, I found a few but apparently the don't work on my version of access. I'm not a programmer, however, I've created an access 2007 database that has the following elements:
- a table called: tblEquipment
- a split form called: frmEquipment
The fields of the table exposed on the form are:
- equipmentname
- equipmentid
- equipmentlocation
- equipmentmodel
I'd like to code a button to place on the form, so that when it is clicked, it will create a duplicate of the currently selected record visible on the form, and I need it to only duplicate the following fields: equipmentname, equipmentlocation and equipmentmodel. I do not need the equipmentid field to be duplicated since I need for the user doing data entry to be forced to enter a unique id.
Any help is greatly appreciated!
Regards.
This is my very first post, I've been looking through the posts to see if I can find a solution to my request, I found a few but apparently the don't work on my version of access. I'm not a programmer, however, I've created an access 2007 database that has the following elements:
- a table called: tblEquipment
- a split form called: frmEquipment
The fields of the table exposed on the form are:
- equipmentname
- equipmentid
- equipmentlocation
- equipmentmodel
I'd like to code a button to place on the form, so that when it is clicked, it will create a duplicate of the currently selected record visible on the form, and I need it to only duplicate the following fields: equipmentname, equipmentlocation and equipmentmodel. I do not need the equipmentid field to be duplicated since I need for the user doing data entry to be forced to enter a unique id.
Any help is greatly appreciated!
Regards.