Use the RecordChange event in the DocumentWindow object. Note there is only one per apr so test for the view name else the proc will execute on every view.
Sub Recordchange(Source As Docwindow)
On Error Goto ErrTrap
With CurrentView
If .Name = "xyz" Then
'Your code here
End If
End With
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.