I have a list view and 2 calendar controls (start date and end date) currently set up on a form. When I try to filter the list based off of tasks that fall in the range, I can get results if my dates are different.
If I try to filter based off of 1 date, I don't get anything unless I change my calendar controls to DateTime controls. Is there any way for me to set up my controls or set up some rules so that all I have to do is specify the date and have it return everything that was started on that date?