Microsoft Access can't append all the records in the append query.

EmileEA

New Member
Joined
Apr 7, 2014
Messages
7
Hi all,

I found numerous threads online about my problem but the I'm very new to access and therefore it's hard to understand.

I'm having the following problem with my Access Database.

Microsoft Access set 0 fields to Null due to a type of conversion failure, and it didn't add 15 records to the table due to key violations, 0 records due lock violations, and 0 records due to validation rule violations. Do you want to run query anyway?

I'm using Acces 2013.
Normally I append this query every week without problems untill this week.

Can anyone please help me explain in baby language how this problem occurs and how to resolve it without losing data.

Many Thanks,

Emile
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
FYI

Here is MY SQL for the to append query

INSERT INTO EUREKAList ( [Item Number], [Item Title], Platform )
SELECT WeekEUREKA.Itemnumber, WeekEUREKA.Title, WeekEUREKA.Platform
FROM WeekEUREKA LEFT JOIN EUREKAList ON WeekEUREKA.Itemnumber = EUREKAList.[Item Number]
WHERE (((EUREKAList.[Item Number]) Is Null));
 
Upvote 0

Forum statistics

Threads
1,215,948
Messages
6,127,871
Members
449,410
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top