timestamp error

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top