G
Guest
When I add a new record to a table with the .addnew method I receive the error
"The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship." The only two fields that are going to be added are the
JobID and the ApptID and they are both required. I walked
through the code and both of those values are generated and the JobID (the only unique value)
is indeed a new ID. There are no additional indices on the table to interfere.
I have a basically duplicate .AddNew statement for the Confirmation on the same form that
works just fine. Any suggestions?
Thanks
Dan
"The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship." The only two fields that are going to be added are the
JobID and the ApptID and they are both required. I walked
through the code and both of those values are generated and the JobID (the only unique value)
is indeed a new ID. There are no additional indices on the table to interfere.
I have a basically duplicate .AddNew statement for the Confirmation on the same form that
works just fine. Any suggestions?
Thanks
Dan