How to check that at least one field is entered
ginabOct 24 2006 — edited Oct 24 2006Hi,
I have page that contains three text boxes. The data that is entered will be used to select from a table. At least one of the fields must be entered. How
do I create a validation that will test for this; if all fields are NULL (or spaces), display an error message. I tried a page-level validation, but it seems to be ignoring it.
Thanks!
Gina