Hi all,
I have a Table that hold records that I want to update with a calculation. I created an update query that changes these records to the value I want. (performing a calculation *1.5)
The problem is that every time I run the Query it performs another calculation to all the records not just the new ones that were recently added. I only want to perform a calculation once.
And I have new records being added daily.
Anyone know how to apply this calculation to a new record automatically without user intervention and without changing any other records in my table?
Thanks, Stevegr
I have a Table that hold records that I want to update with a calculation. I created an update query that changes these records to the value I want. (performing a calculation *1.5)
The problem is that every time I run the Query it performs another calculation to all the records not just the new ones that were recently added. I only want to perform a calculation once.
And I have new records being added daily.
Anyone know how to apply this calculation to a new record automatically without user intervention and without changing any other records in my table?
Thanks, Stevegr