I have two tables:
tblbib
tblcoverage
I want to apphend a column (estimatedvolumes) from tblcoverage to tblbib where tblbib.issn = tblcoverage.issn.
I created the column in tblbib prior to running the append query. I dropped column estimatedvolumes into the append query - click run (because when I look at the SQL it looks like it's matching based on ISSN's automatically. The dialog box reads "you are about to append 313 rows. Do you want to run?" Click yes, then a message appears telling me that I cannot append 313 rows because of key violations. Any suggestions?
tblbib
tblcoverage
I want to apphend a column (estimatedvolumes) from tblcoverage to tblbib where tblbib.issn = tblcoverage.issn.
I created the column in tblbib prior to running the append query. I dropped column estimatedvolumes into the append query - click run (because when I look at the SQL it looks like it's matching based on ISSN's automatically. The dialog box reads "you are about to append 313 rows. Do you want to run?" Click yes, then a message appears telling me that I cannot append 313 rows because of key violations. Any suggestions?