suoirotciv
Programmer
I have this table EmpLogs with a field tTimeIn, tTimeOut
Then I insert a record
db.Execute "INSERT INTO EmpLogs (tTimeIn, tTimeOut) VALUES ('7:00:00 AM','5:00:00 PM')
but when i view my table, the values are as follows:
iTimeIn = 1/1/1900 7:00:00 AM
iTimeOut = 1/1/1900 5:00:00 PM
but when i test MANUALLY TYPE to insert a record and add the following values iTimeIn = 7:00:00 AM iTimeOut = 5:00:00 PM
it was displayed as is.
========================================================
IS IT POSSIBLE THAT I CAN INSERT A RECORD WITHOUT THAT 1/1/1900?
Please pardon the grammar.
Not good in english.
Then I insert a record
db.Execute "INSERT INTO EmpLogs (tTimeIn, tTimeOut) VALUES ('7:00:00 AM','5:00:00 PM')
but when i view my table, the values are as follows:
iTimeIn = 1/1/1900 7:00:00 AM
iTimeOut = 1/1/1900 5:00:00 PM
but when i test MANUALLY TYPE to insert a record and add the following values iTimeIn = 7:00:00 AM iTimeOut = 5:00:00 PM
it was displayed as is.
========================================================
IS IT POSSIBLE THAT I CAN INSERT A RECORD WITHOUT THAT 1/1/1900?
Please pardon the grammar.
Not good in english.