passing time value to Access using cfinsert/cfupdate
When either adding or updating records in an Access database, using cfinsert or cfupdate, time values always get set to 12:00 AM. The Access field is set to Data type:Date/Time. The value is set from the following field:
<cfinput type="text"
name="StartTime"
value="#StartTime#"
required="no"
validate="time"
validateat="onsubmit">
All other fields get populated correctly, including two Date fields.
I have a sinking feeling that my answer is going to be to not use cfinsert/cfupdate, but I await with bated breath.
