select cust_id, order_date from OrderItems, Orders where OrderItems.order_num = Orders.order_num and prod_id = 'BR01' order by order_date