B
Bobk
Is there a standard protocal for setting defaults in a table to avoid Null
values from occurring? I'm thinking that all numeric fields should have a
default of zero (0), text fields should have a default of one space (" ") and
any status fields such as, in the case of a Purchase Order, "Open". I have
had particular difficulty in selecting records based on looking at a status
field, for example, and discovering that the record does not exist as a
result of the presence of a "Null" value in the field. I now understand the
Null. My question is - What do you experienced programmers do with table
design to minimize the downstream programming issues?
values from occurring? I'm thinking that all numeric fields should have a
default of zero (0), text fields should have a default of one space (" ") and
any status fields such as, in the case of a Purchase Order, "Open". I have
had particular difficulty in selecting records based on looking at a status
field, for example, and discovering that the record does not exist as a
result of the presence of a "Null" value in the field. I now understand the
Null. My question is - What do you experienced programmers do with table
design to minimize the downstream programming issues?