So Im still having problems with this one and not sure how to write it? I know excel and Access handle things differently but I'm still stumped on what I should change. Also does Access allow >= or do I have to break those equations up?
Okay I am trying to use the following equation but keep getting back the error
The expression you entered contains invalid syntax.
You may have entered a comma without preceding value or identifier
the equation
=IIF(AND([DeadPinRecoveryTopMeasured]>=[DeadPinThicknessMIN],[DeadPinRecoveryTopMeasured]<=[DeadPinThicknessMAX]),0,IIF(AND([DeadPinRecoveryTopMeasured]+2>=[DeadPinThicknessMIN],[DeadPinRecoveryTopMeasured]-2<=[DeadPinThicknessMAX]),2,IIF(AND([DeadPinRecoveryTopMeasured]+4>=[DeadPinThicknessMIN],[DeadPinRecoveryTopMeasured]-4<=[DeadPinThicknessMAX]),5,20)))
Again any help would be apprciated. I feel a little bit out of my element with the equation aspect of all of this.
thanks,
Brad