I've looked all over this forum finding similar solutions but not exactly what
I'm looking for.
Relatively simple. My Access 2002 database has a timestamp column using the
timestamp data type. My form has a hidden field which I wish to use to enter
the current date and time when a person submits data via the web form into the
database.
I can see the record set will produce the date and time, but the date and time
does not actually go into the timestamp column.
My hidden field in the form is called timestamp. I've tried using Date() -
i've tried using {NOW} but for some reason it fails.
The timestamp field has a value of
<%= DoDateTime((rstblOnline.Fields.Item("timestamp").Value), 0, -1) %>
Can anybody help me with this one?
Jerry