>=#" & Format([Forms]![frm_search_comments]![txtStartDate], "mm/dd/yyyy") & "#
>="#" & Format([Forms]![frm_search_comments]![txtStartDate],"mm/dd/yyyy") & "#" And <="#" & Format([Forms]![frm_search_comments]![txtEndDate],"mm/dd/yyyy") & "#"
>=[Forms]![frm_search_comments]![txtStartDate]And < DateAdd("d",1 [Forms]![frm_search_comments]![txtEndDate])
>=[Forms]![frm_search_comments]![txtStartDate]And < DateAdd("d",1 [Forms]![frm_search_comments]![txtEndDate])
Between [Forms]![frm_search_comments]![txtStartDate] And DateAdd("d", 1[COLOR="Red"],[/COLOR] [Forms]![frm_search_comments]![txtEndDate])
>=[Forms]![frm_search_comments]![txtStartDate] And <DateAdd("d",1,[Forms]![frm_search_comments]![txtEndDate])