MS Access Date Format - Microsoft Community
Office / Access / Other/unknown / Office 2013
i writing query in ms access against table date formatted "2014-04-08 11:39:32.122876", , use criteria, between 1/1/2016 , 12/31/2016, giving me syntax error.
in past used built in function resolve issue, can't remember how work.
any appreciated.
first data date/time datatype? if so, may able add column database:
mydate: datevalue([datefield])
then set criteria column.
Office / Access / Other/unknown / Office 2013
Comments
Post a Comment