Search results

  1. P

    How to catch error in function which is called from a query

    Hi In below test scenario i would like to do a rollback but my err handler is never reached. Access throws its own error " devision by zero" Table2 holds 2 fields type double Thevalue( is first field) TheResult ( is second field and has nulls) 5 7 0 8 Function myCalc(TV As Variant) As Double...
Back
Top Bottom