I have a macro that is run via button on my switchboard. It is set to import data from an Excel spreadsheet and then run an append/update query.
Everything works fine, but I get a pesky Microsoft Access message saying:
Microsoft Access was unable to append all the data to the table.
The contents of fields in 0 records were deleted, and xxx records were lost due to key violations.
I'm getting the records lost, which is no biggy, because I have primary key values that I don't want overwritten..
I was only able to turn off the "You're about to update xxx records, are you sure" message.
But how do I cut this message off? If I were the only one using this database, I would leave it alone. But I don't want to alarm some poor user thinking they corrupted my database!
Everything works fine, but I get a pesky Microsoft Access message saying:
Microsoft Access was unable to append all the data to the table.
The contents of fields in 0 records were deleted, and xxx records were lost due to key violations.
I'm getting the records lost, which is no biggy, because I have primary key values that I don't want overwritten..
I was only able to turn off the "You're about to update xxx records, are you sure" message.
But how do I cut this message off? If I were the only one using this database, I would leave it alone. But I don't want to alarm some poor user thinking they corrupted my database!