Hello,
I am trying to update a recordset of documents to relate them to a different aircraft. I am using a select query to select the document set that I want to copy to the new aircraft. The table I am trying to update to has two fields for the primary key. I am setting the Append query to the document set and the second field to the new document number. All I'm getting is a key violation error. The tables are as follows;
tblDocument
docnumber
tbllinks
docnumber
acnum
tblAircraft
acnum
I don't want to remove the relationship from the documents to the old aircraft. I'm trying to copy the old aircraft documents to a new aircraft. Any help would be appreciated.
Praxden
jbrooks@triad.rr.com
I am trying to update a recordset of documents to relate them to a different aircraft. I am using a select query to select the document set that I want to copy to the new aircraft. The table I am trying to update to has two fields for the primary key. I am setting the Append query to the document set and the second field to the new document number. All I'm getting is a key violation error. The tables are as follows;
tblDocument
docnumber
tbllinks
docnumber
acnum
tblAircraft
acnum
I don't want to remove the relationship from the documents to the old aircraft. I'm trying to copy the old aircraft documents to a new aircraft. Any help would be appreciated.
Praxden
jbrooks@triad.rr.com