J
John C
I have a form with some text boxes and check boxes.
It allows the user to reflect current status of plant
equipment for 'turnover' to the next shift.
When the form is opened, I am using:
DoCmd.GoToRecord , , acLast
to retrieve the last record entered (which should be the
most current).
The problem I seem to have is that the data is being
changed, but not saved as a new record (for later
retrieval if needed).
How do I display the latest record for editing without
changing the old information, then save it as a new record?
Thankyou in advance...
It allows the user to reflect current status of plant
equipment for 'turnover' to the next shift.
When the form is opened, I am using:
DoCmd.GoToRecord , , acLast
to retrieve the last record entered (which should be the
most current).
The problem I seem to have is that the data is being
changed, but not saved as a new record (for later
retrieval if needed).
How do I display the latest record for editing without
changing the old information, then save it as a new record?
Thankyou in advance...