Yeah that's along the lines of what I was thinking.
The workaround I've implemented is, in the click event of the textbox, adding:
timesent.Format = Format(Date, "mm/dd/yy hh:nn AM/PM")
That works, but there is a microsecond where the DB value is displayed. I tried putting that code in a...