R
Ruth
THis appears to be like a previous problem but I would
like to know if it can be solved without writing code.
Form control is Combo Box.
It is filling a number field into a table.
Source has 3 columns (LName, FirstName, ID) and bound
column is 3.
It is limited to list. There are no default values.
I want to validate that something was chosen.(anything-
that is, don't leave it blank)
When I try to put a validation rule of "is not null" I
expected to have it reject but it doesn't.
When I put in += 0" as the rule, it does not reject a non-
choice.
I can't get it to work on the Table level either!
I could only cause a reject if I said the Field in table
was required, but that message is too generic and will not
be understood by the User.
Help!
like to know if it can be solved without writing code.
Form control is Combo Box.
It is filling a number field into a table.
Source has 3 columns (LName, FirstName, ID) and bound
column is 3.
It is limited to list. There are no default values.
I want to validate that something was chosen.(anything-
that is, don't leave it blank)
When I try to put a validation rule of "is not null" I
expected to have it reject but it doesn't.
When I put in += 0" as the rule, it does not reject a non-
choice.
I can't get it to work on the Table level either!
I could only cause a reject if I said the Field in table
was required, but that message is too generic and will not
be understood by the User.
Help!