Hi.
I have a peculiar problem with my work envi. There is a user who updates a 'bills' table every few days. And he copies that table to a shared folder location on our network.
And I have to append this table's current records into another table. (From which I generate reports) This another table that I have; has a few hundred records from the previous years. So, it's a strict case of append only !
But, how do I ensure that every time I append - I overwrite or update only the last records of the bills table data without touching the previous years data ?
One or more fields in one or more records may change in the 'bills' table each week.
Can someone guide me please ?
I have a peculiar problem with my work envi. There is a user who updates a 'bills' table every few days. And he copies that table to a shared folder location on our network.
And I have to append this table's current records into another table. (From which I generate reports) This another table that I have; has a few hundred records from the previous years. So, it's a strict case of append only !
But, how do I ensure that every time I append - I overwrite or update only the last records of the bills table data without touching the previous years data ?
One or more fields in one or more records may change in the 'bills' table each week.
Can someone guide me please ?