J
JohnLute
I posted this in the Programming area but thought later that it's more
appropriate for this area.
I need to streamline data entry by duplicating pre-existing records. The
task is to create records for finished goods. The finished goods fall into
families of pack configurations like 2/1 GAL; 4/1 GAL; 8/.5 GAL; etc. Each
pack family has shared as wells as unique records.
What I'd like to do is create a "template" record for each pack family and
duplicate them whenever I need to create a new finished good record of the
same pack. For example: I've created "2/1 GAL" including all the shared
records. I then created a "duplicate record" button with the wizard.
unfortunately, when the button is executed the following is returned:
"Update or CancelUpdate without AddNew or Edit."
The Help button returns this:
Update or CancelUpdate without AddNew or Edit. (Error 3020)
On a Microsoft Jet database, you called the Update or CancelUpdate method
but did not use the AddNew or Edit method before writing data to a record.
On an ODBCDirect database, this error occurs when you attempt to write data
to a record without first calling AddNew or Edit.
This is all foreign to me and I'm at a loss. Any help would certainly be
appreciated!
THANKS in advance!
appropriate for this area.
I need to streamline data entry by duplicating pre-existing records. The
task is to create records for finished goods. The finished goods fall into
families of pack configurations like 2/1 GAL; 4/1 GAL; 8/.5 GAL; etc. Each
pack family has shared as wells as unique records.
What I'd like to do is create a "template" record for each pack family and
duplicate them whenever I need to create a new finished good record of the
same pack. For example: I've created "2/1 GAL" including all the shared
records. I then created a "duplicate record" button with the wizard.
unfortunately, when the button is executed the following is returned:
"Update or CancelUpdate without AddNew or Edit."
The Help button returns this:
Update or CancelUpdate without AddNew or Edit. (Error 3020)
On a Microsoft Jet database, you called the Update or CancelUpdate method
but did not use the AddNew or Edit method before writing data to a record.
On an ODBCDirect database, this error occurs when you attempt to write data
to a record without first calling AddNew or Edit.
This is all foreign to me and I'm at a loss. Any help would certainly be
appreciated!
THANKS in advance!