I have a table that is linked to a DB file. The DB file gets updated from an AS400 query that I built. In my table I have a key field so when I run my append query I donot get duplicate records. I also have a field called QTY.
One problem I will run into is, they may go back to the AS400 and correct the QTY we Received. the linked DB file would have the correct QTY. But if I already ran the append query, the table I append to could have the wrong QTY.
Is there a way to have the query look at the field "QTY" and if its different just update that field?
Thanks