If your date field was populated with the Now() function, it includes time also and so will never be equal to another date field. If you want to compare just the date parts, use the Format() function.
If Format(Me.Send_Notice150, "yyyymmdd") = Format(Me.Text33, "yyyymmdd") Then