sawilliams
Technical User
I have two queries pulling data from two tables. First pulls Money Pledged. Second pulls installments paid on the Pledge. I have a table that these append queries write to. Later, I use this table to query and perform subtotals, etc. It's very complex and a bit difficult to explain so let me cut to the chase. I need to be able to have the user run the two queries to update the table but I don't want them to see the confirm message when records cannot be added due to key violations. There should be key violations, because I don't want the same record added twice. But when the user sees the scary key violation error, they get confused as to how to proceed. So, in Tools/Options/Edit-Find I have Confirm Action Queries unchecked but the key violation warning is not suppressed. Any idea how to do this?