Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

operation must use an updatable query

Status
Not open for further replies.

tomk01

ISP
Oct 18, 2004
69
US
why am i getting this message?

update tempaccrreport
inner join caccrchart on tempaccrreport.bcode = caccrchart.bcode
set tempaccrreport.accrRate = (select max(caccrchart.accrualRate)
from caccrchart)
where tempaccrreport.mos > (select max(caccrchart.minimumService)
from caccrchart)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top