Daibhead Posted August 15, 2005 Posted August 15, 2005 (edited) Hi, How can I made sure that a selection has been made from a Pop-Up Menu before a user creates another record. Cheers Daibhead Edited August 15, 2005 by Guest
CyborgSam Posted August 15, 2005 Posted August 15, 2005 If the field is initially empty: If you're using field validation: check if it's empty. If you're using a script, use an If with IsEmpty(popupField). Another method is to set the field to something like "--Select One--" and then check to make sure that it has been changed.
Recommended Posts
This topic is 7108 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