Hi
ok I am doing this now
"SELECT * from customer WHERE DATE_ADD(date_entered, INTERVAL 21 DAY) >= now()
AND two_wk_follow_up = 'No'";
There are 3 records that should satisfy this query -however, it returns 3 unique results and then repeats them continously.
I'm baffled!