D Danny J. Lesandrini Feb 2, 2006 #2 I don't know that you can, but you might be able to prevent it. Is your data stored in SQL Server? Add a TIMESTAMP field to each table Is your code changing things behind the scenes? (Updating EditDate, for example) Then add Me.Dirty = False after such calls
I don't know that you can, but you might be able to prevent it. Is your data stored in SQL Server? Add a TIMESTAMP field to each table Is your code changing things behind the scenes? (Updating EditDate, for example) Then add Me.Dirty = False after such calls