HA. Wise advice. I recently was using a query (actually OLE in a WinForms application) but the error I was getting like this one was NOT due to the target data, but that my data to be appended was NOT unique.
Looking forward to hearing the success of this.
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Friday, February 03, 2017 11:28 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: Re: [MS_AccessPros] Append Query Does not work
David-
Run this query:
SELECT DISTINCT [_tblImportTanks2].ProductFamily
FROM _tblImportTanks2 LEFT JOIN
lu_tblProductFamilies ON [_tblImportTanks2].ProductFamily = lu_tblProductFamilies.ProductFamilyName
WHERE lu_tblProductFamilies.ProductFamilyName is Null
If you get no rows, then that means that all the names in the import table already exist in the lookup table.
John Viescas, Author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
(Paris, France)
On Feb 3, 2017, at 7:13 PM, david.pratt@outlook.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:
I have tried all the suggestions and I still get no records appended due to key violation.
Correct me if I am wrong, but I think all the suggestions have been focused on avoiding the error message of "x number of records were not added due to key violations".
I am not trying to avoid the error message at this time. I would be happy to get a message saying "xx records were added and yy were not due to key violations".
I have something set incorrectly such that I unable to add any records.
My primary key is an autonumber ID key and ProductFamilyName is indexed and unique. I must be doing something fundamentally wrong somewhere.
This email (and all attachments) is for the sole use of the intended recipient(s) and may contain privileged and/or proprietary information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Posted by: Liz Ravenwood <Liz_Ravenwood@beaerospace.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (16) |
Tidak ada komentar:
Posting Komentar