I would like to implement this logic into my startpage in order to only list items that meet this criteria:
If reoccuring = no
Then display if startdate = todaysdate
If reoccuringyes = true
Then display if startdate < todaysdate < enddate
AND today_day = true
(Today_day means the current day of the week (Monday, Tuesday, etc) and I have columns in my database that have each day which a true or false item)