NBVC
Only trying to help
- Local time
- Today, 18:05
- Joined
- Apr 25, 2008
- Messages
- 317
I am wondering how I can diagnose a key violations error when I try to perform an Append Query...
See attached for exact error that I get.
I am not sure where/what to look for.
I found in another thread something about deleting AutoIndex or Import/Create field from the Tools|Options menu... but that didn't fix anything....
Thanks for any assistance.
This is the sql code for the query:
See attached for exact error that I get.
I am not sure where/what to look for.
I found in another thread something about deleting AutoIndex or Import/Create field from the Tools|Options menu... but that didn't fix anything....
Thanks for any assistance.
This is the sql code for the query:
Code:
INSERT INTO SYSADM_MARKET_PRICE ( PART_ID, MARKET_ID, SELLING_UM, DEFAULT_UNIT_PRICE, CURRENCY_ID, QTY_BREAK_1, QTY_BREAK_2, QTY_BREAK_3, QTY_BREAK_4, QTY_BREAK_5, QTY_BREAK_6, QTY_BREAK_7, QTY_BREAK_8, QTY_BREAK_9, QTY_BREAK_10, UNIT_PRICE_1, UNIT_PRICE_2, UNIT_PRICE_3, UNIT_PRICE_4, UNIT_PRICE_5, UNIT_PRICE_6, UNIT_PRICE_7, UNIT_PRICE_8, UNIT_PRICE_9, UNIT_PRICE_10 )
SELECT Tbl010_NewMarketPrice.PART_ID, Tbl010_NewMarketPrice.MARKET_ID, Tbl010_NewMarketPrice.SELLING_UM, Tbl010_NewMarketPrice.DEFAULT_UNIT_PRICE, Tbl010_NewMarketPrice.CURRENCY_ID, Tbl010_NewMarketPrice.QTY_BREAK_1, Tbl010_NewMarketPrice.QTY_BREAK_2, Tbl010_NewMarketPrice.QTY_BREAK_3, Tbl010_NewMarketPrice.QTY_BREAK_4, Tbl010_NewMarketPrice.QTY_BREAK_5, Tbl010_NewMarketPrice.QTY_BREAK_6, Tbl010_NewMarketPrice.QTY_BREAK_7, Tbl010_NewMarketPrice.QTY_BREAK_8, Tbl010_NewMarketPrice.QTY_BREAK_9, Tbl010_NewMarketPrice.QTY_BREAK_10, Tbl010_NewMarketPrice.UNIT_PRICE_1, Tbl010_NewMarketPrice.UNIT_PRICE_2, Tbl010_NewMarketPrice.UNIT_PRICE_3, Tbl010_NewMarketPrice.UNIT_PRICE_4, Tbl010_NewMarketPrice.UNIT_PRICE_5, Tbl010_NewMarketPrice.UNIT_PRICE_6, Tbl010_NewMarketPrice.UNIT_PRICE_7, Tbl010_NewMarketPrice.UNIT_PRICE_8, Tbl010_NewMarketPrice.UNIT_PRICE_9, Tbl010_NewMarketPrice.UNIT_PRICE_10
FROM Tbl010_NewMarketPrice;
Attachments
Last edited: