Hi,
I have two tables - one has
ConfigID CategoryID FeeDescription Amount Taxable Selected
fields
I have a subset for particular ConfigID and CategoryID in another table.
I'm thinking what would be the easiest way to compare them both and update the main table based on the changes in the subset table, which may have some records added, some deleted and some changed. I'm guessing I would need to related them somehow based on the FeeDescription field.
I'm asking this question here for some ideas.
Thanks in advance.
I have two tables - one has
ConfigID CategoryID FeeDescription Amount Taxable Selected
fields
I have a subset for particular ConfigID and CategoryID in another table.
I'm thinking what would be the easiest way to compare them both and update the main table based on the changes in the subset table, which may have some records added, some deleted and some changed. I'm guessing I would need to related them somehow based on the FeeDescription field.
I'm asking this question here for some ideas.
Thanks in advance.