Does anyone know of a way to detect when the last time a Microsoft Access table has been changed (inserted into or updated)? We used OLEDB via ADO COM to communicate with a
There isn't a way without "manually" writing to a column each time you access the table.