Recordset is updatable and works fine when opened from database manager or from several simple forms using DoCmd.OpenForm. Recordset becomes not updatable when opening from one particular form. Doesn't matter whether using a filter or not with the DoCmd.OpenForm statement.
Going to design view then back to Normal view opens the recordset again.
Navigating to the main form then back opens the recordset also.
This database is development and only on my computer so there are no other users. I use some module code to determine which forms to use, could I be holding something open.
Going to design view then back to Normal view opens the recordset again.
Navigating to the main form then back opens the recordset also.
This database is development and only on my computer so there are no other users. I use some module code to determine which forms to use, could I be holding something open.