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
You will need to implement a timestamp column in your table, and update the value during your data changes.