WHere tbl_Sales.[Date] is null is correct.j thought isnull was a typo

Incidentally, you should never use the function (or any function) isNull() in a WHERE clause, and if you do use it, it has to be qualified with true of false (e.g. IsNull(Column) = 1)