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 on the main form
that would alert the user to fill in the pop up form. But, once the pop up
form has been filled in, I don't want it to trigger the message again.
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 on the main form
that would alert the user to fill in the pop up form. But, once the pop up
form has been filled in, I don't want it to trigger the message again.
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