Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NULL FIELDS IN TABLE

Status
Not open for further replies.

pavanlaf

Programmer
Feb 15, 2001
9
0
0
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.
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top