February 27, 200817 yr This should be simple enough but I can't figure it out. I want Field A to be Checked against Field B and changed if it is a lower number. If A is lower then it automatically becomes B. I'd like to do this without any popups or error messages... IF (A > B; : Edited February 27, 200817 yr by Guest
February 27, 200817 yr I'd like to do this without any popups or error messages. If so, you are not validating - you are correcting. Set field A to auto-enter a calculation (replacing existing value) = Max ( A ; B )
Create an account or sign in to comment