G
Guest
I have a form that is taking in inventory records. If the user would like to
add the same inventory item twice is it possible to copy the entire record,
save the record (DoCmd.RunCommand acCmdSaveRecord), move to the next record
(DoCmd.GoToRecord , , acNewRec), then paste the previous record in. It needs
to be this way because all inventory records need to have a separate sku
number for dating purposings. Thank you.
add the same inventory item twice is it possible to copy the entire record,
save the record (DoCmd.RunCommand acCmdSaveRecord), move to the next record
(DoCmd.GoToRecord , , acNewRec), then paste the previous record in. It needs
to be this way because all inventory records need to have a separate sku
number for dating purposings. Thank you.