> I wonder,
> Would
>
> insert into users (recno, custid, service) values (0, 0, 0);
>
> also fail? As far as I can tell, if you don't expressly populate the
> field, it will remain as a null....
I believe that would should fail unless he has set some sort of default
value for the field...james