I have a form (frmAssign) based on a query which when opened directly from the database window allows me to update any of the fields.
BUT when I open the same form from a coded button on a different form (frmLastAssignment), my efforts to update any of the fields are thwarted and "Recordset is not updateable" appears in the status bar.
Process That Will Let Me Update
Open frmAssign directly from database window.
Process That Won't Let Me Update
Open frmLastAssignment, click on "Continue" button to open frmAssign.
Any suggestions of what is happening and how to fix it would be greatly appreciated!
BUT when I open the same form from a coded button on a different form (frmLastAssignment), my efforts to update any of the fields are thwarted and "Recordset is not updateable" appears in the status bar.
Process That Will Let Me Update
Open frmAssign directly from database window.
Process That Won't Let Me Update
Open frmLastAssignment, click on "Continue" button to open frmAssign.
Any suggestions of what is happening and how to fix it would be greatly appreciated!