Feb 22, 2001 #1 pavanlaf Programmer Feb 15, 2001 9 US Hello. Can null fields be put in a table? What are the disadvantages and is there any way to avoid null fields? Thanks Pavan.
Hello. Can null fields be put in a table? What are the disadvantages and is there any way to avoid null fields? Thanks Pavan.
Feb 22, 2001 #2 apbamike MIS Aug 2, 2000 26 US Nulls can be avoided by putting "Is Not Null" under the Validation Rule making the field Required "Yes". Nulls tend to cause quite a bit of logic errors, I would bypass them whenever possible. Upvote 0 Downvote
Nulls can be avoided by putting "Is Not Null" under the Validation Rule making the field Required "Yes". Nulls tend to cause quite a bit of logic errors, I would bypass them whenever possible.