P
Paul Axelrod
I have a table with seven fields:
Date, CostCenter, Project-Comp#, ResheduleDate, Comments, DateIn,
DateOut
CostCenter and Project-Comp# are repeated many times in the table, but
the combination of CostCenter;Project-Comp# is unique to each record.
The table needs to be updated weekly from a text field download from a
main frame. Records can hang around for weeks, or even months and
will continually reappear in the periodic download until they are
completed as noted in the DateOut field.
My question is two fold:
1. How can I append the table such that records that already in the
table are not duplicated, or overwritten (the Comments field is a memo
field into which comments about the record are entered).
2. How can I remove fields with a date in the DateOut field, and move
them to a table designated to store historical data.
Many thanks for any and all suggestions.
Paul
Date, CostCenter, Project-Comp#, ResheduleDate, Comments, DateIn,
DateOut
CostCenter and Project-Comp# are repeated many times in the table, but
the combination of CostCenter;Project-Comp# is unique to each record.
The table needs to be updated weekly from a text field download from a
main frame. Records can hang around for weeks, or even months and
will continually reappear in the periodic download until they are
completed as noted in the DateOut field.
My question is two fold:
1. How can I append the table such that records that already in the
table are not duplicated, or overwritten (the Comments field is a memo
field into which comments about the record are entered).
2. How can I remove fields with a date in the DateOut field, and move
them to a table designated to store historical data.
Many thanks for any and all suggestions.
Paul