Hello,
I have a form which I use to record the daily activities. To track each activity time, I have used timer in the form. However, when I open a form, the record_ID which is the primary key, always autopopulate. Even when I click cancel or submit, the field takes the autonumber without been given a command for new record.
In the form load event, I have a code as "DoCmd.GoToRecord , , acNewRec".
What should I do, so the record_ID field should not take autonumber untill I give new record command.
The main issue is, due to the record_ID error, the record which are there in the datasheet table does not reflect in the form when clicked on them. These records are kept on hold and when needed they can be reworked on once clicked.
![]()