Can someone help me set up this query. table_x has 4 fields
Date (date/time), Cust ID(number), count_1(number) and
count_2(number). Typically for each day a cust will have a
record and have the 2 count fields filled with assorted
numbers.
Ive been trying update a one of the count fields for one
particular customer with records after 26/08/02. I.e IF
Cust_Id=199 and date>26/08/02 THEN change count_1 to 0
ELSE leave as.
Cant figure it out, can anyone help?
Date (date/time), Cust ID(number), count_1(number) and
count_2(number). Typically for each day a cust will have a
record and have the 2 count fields filled with assorted
numbers.
Ive been trying update a one of the count fields for one
particular customer with records after 26/08/02. I.e IF
Cust_Id=199 and date>26/08/02 THEN change count_1 to 0
ELSE leave as.
Cant figure it out, can anyone help?