surfbum3000
Technical User
My tbl4Sites has various StarTimes and EndTimes. I only want to see data where the StartTime and EndTime equals one hour. Both fields are text.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Where Hour(TimeValue([StartTime])) + 1 = Hour(TimeValue([EndTime))
Where Minute(TimeValue([EndTime])) - Minute(TimeValue([StartTime])) BETWEEN 60 AND 119