I have an append table query and can't figure out how to append the records to the table being appended if:
1) The data in and one of three fields, named "Ack_Date", "Resch_Date", OR "Ord_qty" has changed from previous records appended to the table
or if,
2) The record is not currently in the table.
The table being appended is named "tblRunCounterChanges". The key field is named "OpenOrdRecID".
Can anyone help with this?
--Steve
1) The data in and one of three fields, named "Ack_Date", "Resch_Date", OR "Ord_qty" has changed from previous records appended to the table
or if,
2) The record is not currently in the table.
The table being appended is named "tblRunCounterChanges". The key field is named "OpenOrdRecID".
Can anyone help with this?
--Steve