gardenlevel Posted February 27, 2008 Posted February 27, 2008 (edited) 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, 2008 by Guest
comment Posted February 27, 2008 Posted February 27, 2008 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 )
Recommended Posts
This topic is 6174 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now