G
Guest
Hi all,
There is a text field that does not allow zero string and is not a required
field. In SQL Server inserting a null value is something like this:
Insert into table(id, txtField) values(34) -- that inserts a null value into
the txtField field.
But, how to insert a null into this field in Access?
Thanks for your input.
Roy
There is a text field that does not allow zero string and is not a required
field. In SQL Server inserting a null value is something like this:
Insert into table(id, txtField) values(34) -- that inserts a null value into
the txtField field.
But, how to insert a null into this field in Access?
Thanks for your input.
Roy