Using Crystal 8.5, I am trying to query events logged between two dates (datesql) and between two times (timesql); e.g. June 1 @ 08:00 to June 2 @ 07:59.
Datesql is a date/time field that does not capture any associated time value.
Timesql is a time value like: 08:30
I thought if I converted Datesql to a date vaule, it could be conbined with Datesql to give me a real date/time vaule to query. But I don't know how to do this.
Any help would be appreciated.
Datesql is a date/time field that does not capture any associated time value.
Timesql is a time value like: 08:30
I thought if I converted Datesql to a date vaule, it could be conbined with Datesql to give me a real date/time vaule to query. But I don't know how to do this.
Any help would be appreciated.