Search results

  1. K

    Less then or greater value is not working

    Code: --------- If (Me.Variance_From_Budget < 99999 And Me.Variance_From_Budget >= -99999) --------- This code is working when variance is less then -100,000, but does not work when variance is greater then -100,000. Please help.:banghead:
  2. K

    How to validate three condition, before providing Error Msg

    :banghead:I am trying to write following code, I want Msg to pop, when all three condition are true, but it not working, any help will be appriciated '''Non Budgeted Projects need Explanation and Variance class" If Me.ID.Value >= 90000 And and Me.Variance_Class = "" and...
Top Bottom