shawnj985 Posted May 10, 2007 Posted May 10, 2007 I have a "Display Ad?" field with the options of "Yes" or "No" I also have a container field that contains jpg file that is an image or ad for a product. How can I automatically show a message ("No ad is entered!") to the user when he or she selects "Yes" in the "Display Ad?" field when the container field is empty. Then when the user presses OK, the "Display Ad?" field resets back to "No" The existing "Display Ad?" field is currently just a text field.
mr_vodka Posted May 11, 2007 Posted May 11, 2007 You can have a field validation with a calculation of: Case ( IsEmpty (yourcontainerfield) and DisplayAd="yes"; 0; 1 ) The user can then press revert for it to revert back to the orig value.
Recommended Posts
This topic is 6408 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