Jengo,
Yes, but ...
This is (potentially) hazzardous.
If you change a price - without knowing the when & previous value & ...
Then if there is a question about the 'history', you can't answer it.
If, for instance, the price is for retail merchandise, and you simply change it - a customer returning the merchandise may easily get a different return than they paid.
You should consider the impact of this on the overall database/app, and be sure that a change will not cause other problems.
In the general sense, it may be better to maintain a currrent price recordset which is based on a pricing history table. This could include the item id, the effective date and the (as of the effective date) Price. This way, if there are questions regarding the price, the answer(s) would be available. Also, in the existing table, you could NOT store the price, since it may be found in the effective price table, you could have a query which obtains the effective price from the new effective price table. Then you only need to change the price in a single place, avoididing the need to search and replace (or update query).
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over