D
Dan McClelland
SQL Server 2000 back end and Access XP adp front end.
I have nvarchar fields with Allow Nulls set to false. In
other words, they are required fields. In Enterprise
Manager, opening the table and entering data directly,
these fields start out with null values and I MUST enter
values before attempting to save the record and insert it.
On my bound Access form, these required fields begin with
values of empty strings (""), so the insert happens with
no errors, even though the fields contain no real data.
There is nothing in the control's DefaultValue property
and no reason that an empty string should exist as the
field's initial value.
This doesn't make ANY sense to me. Any ideas?
I have nvarchar fields with Allow Nulls set to false. In
other words, they are required fields. In Enterprise
Manager, opening the table and entering data directly,
these fields start out with null values and I MUST enter
values before attempting to save the record and insert it.
On my bound Access form, these required fields begin with
values of empty strings (""), so the insert happens with
no errors, even though the fields contain no real data.
There is nothing in the control's DefaultValue property
and no reason that an empty string should exist as the
field's initial value.
This doesn't make ANY sense to me. Any ideas?