what's wrong with this? The table has a tim and date field both set to shortdate and shorttime. The variants sDate and sTime are assigned correctly as I can response.write using the variants. All the other fields in the SQL update fine!
sql3="UPDATE tblSystemStatus SET Status= '"& status &"', StatusText='"& theFix(note) &"'" & _
", StatusDate=#" & sDate & "#, StatusTime=#" & sTime & "# WHERE System = '" & system & "'"
Pulling teeth
paul
sql3="UPDATE tblSystemStatus SET Status= '"& status &"', StatusText='"& theFix(note) &"'" & _
", StatusDate=#" & sDate & "#, StatusTime=#" & sTime & "# WHERE System = '" & system & "'"
Pulling teeth
paul