I am tryng to take the records from one table and insert them into another using a recordset and Docmd.RunSQL "INSERT..."
I don't want the "You are about to insert 1 row..." so I can use Docmd.SetWarnings False but I DO need to know if the record won't insert due to violating the unique key on the table.
Any suggestions?
Morgan
I don't want the "You are about to insert 1 row..." so I can use Docmd.SetWarnings False but I DO need to know if the record won't insert due to violating the unique key on the table.
Any suggestions?
Morgan