K
kerrj
Guest
This is my first post. I don't use Access every day. What I want to do somehow in Access is what can be done in SQL Server. Specifically, triggers. I've got an Access table that is hooked up to an application. When users make changes in the application GUI, a table record either gets updated/inserted/deleted. When any of these events occur, I'd like to write information to some sort of 'Log' table that I will soon create. Is something like this possible?