Search results

  1. T

    Form Before Update Cancel Event doesn't work

    :) I know that all too well. Just wanted to make sure that I got that correct! This thread helped me to find the reason of my problem anyway - it was far more basic: The Sub had been renamed somhow from 'Form_BeforeUpdateform' to 'Form_BeforeUpdateform_Err' - that way it was never executed. :mad:
  2. T

    Form Before Update Cancel Event doesn't work

    I tried to understand the idea behind the recommended code: I think 'Exit Sub' will cause the code of the Sub to be terminated at once and thus 'Me.Medical_Record.SetFocus' will never be executed. What am I missing?
Back
Top Bottom