catalystunderx
Programmer
sqlString = "UPDATE Orders " &_
"SET Fulfilled=" & orderStatus & ", " &_
"ShipDate=NOW() " &_
"WHERE OrderID=" & orderID.............
the statement goes through fine and the fulfilled field writes fine but the shipdate (set as date format) field doesn't write??
"SET Fulfilled=" & orderStatus & ", " &_
"ShipDate=NOW() " &_
"WHERE OrderID=" & orderID.............
the statement goes through fine and the fulfilled field writes fine but the shipdate (set as date format) field doesn't write??