August 15, 200520 yr 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, 200520 yr by Guest
August 15, 200520 yr 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.
Create an account or sign in to comment