T
tonyak
I was getting a write conflict error on my form, so I added a new column to
the table as follows: date_in timestamp
I set the default on the timestamp control of the form to Time().
Now when I try to save a record in the form there is garbage in the
timestamp control and I am getting the following error:
Cannot insert a non-null value into a timestamp column. Use insert with a
column list or with a default of NULL for the timestamp column.
the table as follows: date_in timestamp
I set the default on the timestamp control of the form to Time().
Now when I try to save a record in the form there is garbage in the
timestamp control and I am getting the following error:
Cannot insert a non-null value into a timestamp column. Use insert with a
column list or with a default of NULL for the timestamp column.