marsha4jesus
New member
- Local time
- Today, 03:52
- Joined
- Aug 19, 2007
- Messages
- 7
I have a form for viewing records, but if the user wants, they can click the "EDIT" button to change a record. Once the "EDIT" button is clicked, the controls are unlocked and the user can make changes. The problem is when I attempt to scroll to the next record the error message is returned on the recordset.edit statement.
Run-Time Error "3027" Cannot update. Database is read-only.I verified in the debugger that the .AllowEdits property for the form is set to "TRUE"
Please assist, this project is past due. Thank you.
Run-Time Error "3027" Cannot update. Database is read-only.I verified in the debugger that the .AllowEdits property for the form is set to "TRUE"
Please assist, this project is past due. Thank you.
Last edited: