D dpw Registered User. Local time Today, 23:18 Joined Nov 13, 2000 Messages 21 Jan 31, 2001 #1 I'm experiencing difficulties sorting a field with a date/time value. The value for midnight falls on the previous day's grouping. Any ideas are welcomed
I'm experiencing difficulties sorting a field with a date/time value. The value for midnight falls on the previous day's grouping. Any ideas are welcomed
pdx_man Just trying to help Local time Today, 15:18 Joined Jan 23, 2001 Messages 1,347 Feb 1, 2001 #2 Base the report on a query where you add 1 second to the field. When you get to the report, subtract one second. Query- NewDate: dateadd("s",1,[OrigDate]) Report- Control Source =dateadd("s",-1,[NewDate]) HTH
Base the report on a query where you add 1 second to the field. When you get to the report, subtract one second. Query- NewDate: dateadd("s",1,[OrigDate]) Report- Control Source =dateadd("s",-1,[NewDate]) HTH