I changed a form's record source to a query (RISK_FORM_QUERY) and now it will not allow me to make any data updates. It's appears to be in some kind of read-only mode. Here's the query:
SELECT
RISK.r_id, RISK.rl_id, RISK.rpg_id, RISK.rpj_id, RISK.owner, RISK.RMCS_id, RISK.statement...