S
Swin
Thanks very much for this. I completely redid the data structure today as it
wasn't making sense. I have one more issue again I suspect it is relativly
stright forward. Sorry to be a pain.
I want to copy the last record in a form/recordset to a new record in the
same form/record set.
Basically, when opening the form I immediately set the recordset to a new
record using:
DoCmd.GoToRecord acActiveDataObject, , acNewRec
If the user then enters a serial, I want to copy the last record in the
record set to this new record - as a sort of starting "deafult" value set for
the user to update if needed.
wasn't making sense. I have one more issue again I suspect it is relativly
stright forward. Sorry to be a pain.
I want to copy the last record in a form/recordset to a new record in the
same form/record set.
Basically, when opening the form I immediately set the recordset to a new
record using:
DoCmd.GoToRecord acActiveDataObject, , acNewRec
If the user then enters a serial, I want to copy the last record in the
record set to this new record - as a sort of starting "deafult" value set for
the user to update if needed.