tranchemontaigne
Registered User.
- Local time
- Today, 12:00
- Joined
- Aug 12, 2008
- Messages
- 203
I've reviewed a lot of posts about this problem, but haven't found anything that works for me.
No matter what field I pick, I am unable to append values from the source table TBMain to the destination table t10_Person. All records intended to be appended are selected only once, and all 22K records generate fields key violation errors
Failed queries look as follows
(1) I've duplicated this problem with different data types such as memo, text, long, date-time, etc regardless of which field I pick
(2) I've copies the source table into a new table then deleted the old table. I've also deleted the destination table and recreated it devoid of any records
(3) I've reviewed those pesky settings such as "allow zero length string" (set to yes for all text fields), "required" (set to no for all fields), "indexed" (set to either no or yes allow duplicates), "validation rule" (no validation rules are present) and find that the source table and destination table are the same.
(4) I've tried running the APPEND query as a SELECT query and pasting the result set and duplicated the key violation error
(5) I've tried to manually create a record by typing values into the destination table and find that this works 100%
(6) I've run compact and repair on the DB 10 times consecutively to attempt to address any low level corruption)
Any thoughts would be appreciated. This is one more of those MS Access items I hope to better understand.
________
Buy easy vape vaporizer
No matter what field I pick, I am unable to append values from the source table TBMain to the destination table t10_Person. All records intended to be appended are selected only once, and all 22K records generate fields key violation errors
Failed queries look as follows
INSERT INTO t10_Person ( t10_ReportYear )
SELECT TbMain.ReportYear
FROM TbMain;
INSERT INTO t10_Person ( t10_LastName )
SELECT TbMain.LastName
FROM TbMain;
(1) I've duplicated this problem with different data types such as memo, text, long, date-time, etc regardless of which field I pick
(2) I've copies the source table into a new table then deleted the old table. I've also deleted the destination table and recreated it devoid of any records
(3) I've reviewed those pesky settings such as "allow zero length string" (set to yes for all text fields), "required" (set to no for all fields), "indexed" (set to either no or yes allow duplicates), "validation rule" (no validation rules are present) and find that the source table and destination table are the same.
(4) I've tried running the APPEND query as a SELECT query and pasting the result set and duplicated the key violation error
(5) I've tried to manually create a record by typing values into the destination table and find that this works 100%
(6) I've run compact and repair on the DB 10 times consecutively to attempt to address any low level corruption)
Any thoughts would be appreciated. This is one more of those MS Access items I hope to better understand.
________
Buy easy vape vaporizer
Last edited: