J
JANUS1356
I have a huge table (Table X) created from several tables (tables A, B, C &
D) using a MAKE-TABLE query. I need to update this table from future queries
selecting only those new records from the same source tables and append them
to TABLE X everytime a new set of records are produced by the Make-Table
Query. The purpose of keeping the LAST RECORD from TABLE X is to compare it
with the key in future queries so that those greater than the last highest
key would be the ONLY records to be selected and eventually appended. Other
information within the last record will also be needed.
D) using a MAKE-TABLE query. I need to update this table from future queries
selecting only those new records from the same source tables and append them
to TABLE X everytime a new set of records are produced by the Make-Table
Query. The purpose of keeping the LAST RECORD from TABLE X is to compare it
with the key in future queries so that those greater than the last highest
key would be the ONLY records to be selected and eventually appended. Other
information within the last record will also be needed.