I need to convert the format mm/dd/yyyy hh/mm/ss to just mm/dd/yyyy format and query by paremeter using the format mm/dd/yyyy. But I get the type mismatch error.
Using this; GroupDate: Format(DateAdd("d",IIf(([startdatetime]-Int([startdatetime]))<0.25,-1,0),[startdatetime]),"mm/dd/yy dddd")
The field "startdatetime" is mm/dd/yyy hh/mm/yyy, now I need to convert like mm/dd/yyyy only. Possible in another field?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.