I believe the following a valid SQL statement, but MS Access returns
with an error "Operation must be an updateable query".
Any suggestions would be greatly appreciated!
UPDATE FERCPTILoad AS FL
SET FL.[Load Dist Factor] = FL.[MW]/(
select FA.[Load MW]
from FERCPTIArea AS FA
where FA.[Area Num] = FL.[Area Num of Bus]);
*** Sent via Developersdex http://www.developersdex.com ***
Comment