Hi,
I am looking to run a code if any one of a set of 10~15 Fields have been updated.
Rather than putting the code into each individual field I was looking to do it on the whole form but then reduce the fields it checks.
something like:
sub Afterupdate
if field1 or field 2 or field 3 ..... is updated then
....
Else
End If
End Sub