I'm not real polished on error handling, and I'd like someone to sanity check my function. Here's what is intended:
run 3 queries (insert, delete, insert)
capture rows affected
store error numbers and descriptions (if any)
provide update status in update log table
Public Function myUpdate()...