G
Guest
Hello,
I have a main form that has a button to bring up a pop up form. I want a
warning to be triggered based on a particular field's value that would
require the user to enter data into the pop up form if that field's value
meets certain criteria.
I have put code in the form's On Current event that does bring up this
message box, but my dilema is that it triggers all the time the field's value
is that certain criteria, even after I have entered data into the pop up
form. What I want is for the event not to trigger if the pop up form has
been filled in. I'm sure it's a couple of lines of code that tests if the
pop up form has been filled in, but I'm at a loss.
Thanks for your help.
DMC
I have a main form that has a button to bring up a pop up form. I want a
warning to be triggered based on a particular field's value that would
require the user to enter data into the pop up form if that field's value
meets certain criteria.
I have put code in the form's On Current event that does bring up this
message box, but my dilema is that it triggers all the time the field's value
is that certain criteria, even after I have entered data into the pop up
form. What I want is for the event not to trigger if the pop up form has
been filled in. I'm sure it's a couple of lines of code that tests if the
pop up form has been filled in, but I'm at a loss.
Thanks for your help.
DMC