If the form is based on multiple tables, but not a saved query, then
presumably you have a SQL statement in the form's RecordSource? Open that in
Datasheet view, and see if the results are read-only.
Which form is not updatable: the main form or the subform?
Open that one (either the main form, or the subform) in design view.
Open the Properties box.
Tell us what settings you have for the properties, such as:
RecordSource
AllowEdits
Recordset Type
The unupdatable form is the subform.
Main form record source; main table, allow edit; yes and recordset type;
Dyanset.
Subform record source; subform table, allow edit; yes and recordset type;
Dynaset
Perhaps the main form's AllowEdits is No. That would block the use of the
subform too.
Otherwise I don't know what's going on.
If the subform is bound directly to a table in this database (not linked
from somewhere else), and the controls are not locked or disabled, and the
form properties are as you say, and there is no Access security implemented,
and the folder where the database exists is writable and you have
permissions for it, and there is no code running in events that would cancel
or disallow the entries, I don't know what to suggest.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.