I have a master table that has a column called "last read date" and a column called "days late". the "last read date" column gets updated everyday depending on some criteria. I have another table (lets call it table 2).
i want it so that rows from the master table will append to table 2 ONLY if the "days late" is more than 4 AND that it will not append if it will make an exact duplicate copy in table 2. thanks