I have a query with a number of fields and i want to filter the data based on a date and time filter.
the filter needs to be between 02:00 today and 02:00 yesterday
there is a Date field and a time field
do i have to filter each field separately ie date field "between Date() and Date()-1"
then apply a filter to the time field
ore do i need to concatenate the two fields first?
the filter needs to be between 02:00 today and 02:00 yesterday
there is a Date field and a time field
do i have to filter each field separately ie date field "between Date() and Date()-1"
then apply a filter to the time field
ore do i need to concatenate the two fields first?