Rosa,
The easiest solution to see the weeks where a customer did not buy would be to create a pivot table with strCustomerID in the rows, dtm Year and dtmWeek in the columns, and count on dtmWeek. Blank values in the resulting pivot table would indicate weeks where the customer did not buy; a value of 1 would show the customer did make a purchase.
TJL