K
kids_pro
I am getting headache try to figure out how access store datetime value
internally.
I try to build sql string to search for employee records base on date range.
SELECT * FROM employee WHERE BirthDate =#1/7/1992#
When I execute this string from my application records that return show
employee with birthdate 7/1/1992.
What is the best way to work with datetime field?
Thanks in advance,
kids
internally.
I try to build sql string to search for employee records base on date range.
SELECT * FROM employee WHERE BirthDate =#1/7/1992#
When I execute this string from my application records that return show
employee with birthdate 7/1/1992.
What is the best way to work with datetime field?
Thanks in advance,
kids