I am trying to update an Access database table that includes
a date/time column labeled "StartDate". When I insert the date, it
is inserted properly. When I come back to update the date, the date
that is entered is different int the database from what I entered.
It is sometimes years off. I have tried to format the date in the
form but I still get the error. I even tried to hard enter it
without varriables and I still have the issue. I am using a simple
CFUPDATE as well on the processing page. Here is the form element:
<cfinput type="text"
name="StartDate"
required="yes"
message="Start Date is needed"
value="#VARIABLES.StartDate#"
validate="USDate"
size="5"
maxlength="10">