J
Joshua
Hello,
I have a table populated by an append query. The append query appends those
records from the source table whose 'model-Nr' field has changed. I want my
append query to compare the record in the destination table with the same
'index key' field and that which was appended most recently.
this is because the append query compares all the records with the same
'index key' field and then appends so many records.
whereas, I want to compare the record appended most recently in the
destination table and the corresponding record in the source table.
both the tables are related through the 'Index key' field.
relation type is' include all the records from the source table and include
only those records from the destinaiton table that are equal'.
index key field is unique for every record.
I have a table populated by an append query. The append query appends those
records from the source table whose 'model-Nr' field has changed. I want my
append query to compare the record in the destination table with the same
'index key' field and that which was appended most recently.
this is because the append query compares all the records with the same
'index key' field and then appends so many records.
whereas, I want to compare the record appended most recently in the
destination table and the corresponding record in the source table.
both the tables are related through the 'Index key' field.
relation type is' include all the records from the source table and include
only those records from the destinaiton table that are equal'.
index key field is unique for every record.