Hello,
Having a hard time with Unix Time in a Query. This is what I got
Field is
Date: (Format((DateAdd("s",Trim([DATECREAT]),#1/1/1970#)),"m/d/yyyy"))
Then in the criteria I have a between statement as follows:
between #9/14/2005# And #9/15/2005#
My results return:
9/14/2003
9/14/2004
9/14/2005
9/15/2003
9/15/2004
9/15/2005
Why am I getting 2003 and 2004 data?
Thanks in advance.
Having a hard time with Unix Time in a Query. This is what I got
Field is
Date: (Format((DateAdd("s",Trim([DATECREAT]),#1/1/1970#)),"m/d/yyyy"))
Then in the criteria I have a between statement as follows:
between #9/14/2005# And #9/15/2005#
My results return:
9/14/2003
9/14/2004
9/14/2005
9/15/2003
9/15/2004
9/15/2005
Why am I getting 2003 and 2004 data?
Thanks in advance.