Forms & tables - office xp

M

mmap

We have a table that specifies a text field & 'allow zero length - no'.
However, when we bring up a form that references that field we can delete
the info in the field with no complaints. I believe that leaves the table
with a zero length text. So what am I missing? TIA
 
D

Douglas J Steele

It's probably setting the field to Null.

Null and zero length aren't the same thing.

Null means a value isn't known. A zero-length string is "".
 
Top