Hello,
I have two tables in identical format (comparing two weeks of product data). I need to create a query to identify all of the changes made to this data. I know I could write an Iif statement to compare each of the 70 fields, but I would like to not spend the rest of my life writing that.
Is there a simple way to do this? (Or at least some standard code out there I could use)
Thanks!
I have two tables in identical format (comparing two weeks of product data). I need to create a query to identify all of the changes made to this data. I know I could write an Iif statement to compare each of the 70 fields, but I would like to not spend the rest of my life writing that.
Is there a simple way to do this? (Or at least some standard code out there I could use)
Thanks!