First, make sure the table is not read-only.
When you contact a remote table, Access will make it read-only if it cannot identify the primary key or other combination of fields to uniquely identify each row. Sometimes, but not always, he may ask you to specify which field to use as the primary key, if it is not defined.
But this question is easy to verify. Open the linked table directly in the Datasheet view and see if you can edit any values. If not, reinstall the table and find the option to tell Access about the primary key.
If the link is not read-only, make sure that the Allow Edits property is set to Yes.
Alternatively, you can try a simple form rather than a split form to determine if something about the split form is causing a problem.
source share