Short answer is not that Im aware of.
If you can always use a form to read/edit the data (either form, continuous form or datasheet will work) then you can add a procedure to run on the Current Record event as shown.
Private Sub Form_Current()
On Error GoTo ErrorHandler...