G
Guest
I have a form that retrieves records that a user needs to manually update.
They need to enter a value in a control PL for each record on the form. I am
trying to program validation that when the user clicks the Save and Close
button the program will check all the records retrieved by the form to ensure
that they now have a value in the PL control.
I can't seem to get this to work. The way I have it, the program only
checks the current record to see if it has a value.
Making the PL field in the underlying table a required field is not an
option in this case. There are scenarios where this particular field is not
required. Also, putting a validation rule (Is not null) on th PL control in
the form doesn't work. It only works if I first enter something in the
control and then delete it.
Does anybody have any suggestions.
Thanks,
Bill Horton
They need to enter a value in a control PL for each record on the form. I am
trying to program validation that when the user clicks the Save and Close
button the program will check all the records retrieved by the form to ensure
that they now have a value in the PL control.
I can't seem to get this to work. The way I have it, the program only
checks the current record to see if it has a value.
Making the PL field in the underlying table a required field is not an
option in this case. There are scenarios where this particular field is not
required. Also, putting a validation rule (Is not null) on th PL control in
the form doesn't work. It only works if I first enter something in the
control and then delete it.
Does anybody have any suggestions.
Thanks,
Bill Horton