K
Kevin
Do you have any fields that are Indexed and cannot accept
duplicate values? Also, check your Allow zero length
Field setting properties. Just a wild guess.
throws the following message:
record(s) were lost due to key violations.
no avail.
duplicate values? Also, check your Allow zero length
Field setting properties. Just a wild guess.
with no luck. Here's my issue...-----Original Message-----
Hi all,
I've been trying to figure out this porblem for a week,
I run the code, sonetimes it works fine, sometimes itI am running the following line of code while importing a text file into an table:
DoCmd.TransferText , , strTableName, gStrAppPath + strTableName + "Upload.txt"
If I step through the code the code works flawlessly. If
throws the following message:
The contents of fields in 0 record(s) were deleted, and 0Database was unable to append all the date to the table.
record(s) were lost due to key violations.
with timer loops, to try to "give the CPU a break", all toI've tried throwing doEvents in all over the code, along
no avail.