MS Access trigger? -


i have 2 tables named [insert_record] , [delete_record] in ms access. both tables have same fields 1 table has records whereas table has no record.

question: want, whenever delete record table [insert_record] entire record should automatically insert table, i.e: [delete record].

how can accomplish this?

access 2010 introduced event-driven data macros similar triggers. process described in question can done after delete data macro on [insert_record] table:

afterdelete.png


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -