I am using MS Access (2002-2003 file format) and in the file I have a form. When I click on the form, I get a table with records. I would like to edit those records, and want that edited records are stored in the database. However, the problem is every time I double click on the field I want to edit, I hear annoying sound from Windows, and cannot edit any field.
Has anyone a suggestion, how does record editing function in MS Access, and why can't I edit records? Do I have to enable something?
Thx
UPDATE: I found on google the recommendation, that I should change Recordsettyp from 'Dynaset' to 'Dynaset (inconsistent updates)'. When I did that, I could change records. However, is this allowed to do, and what consequences does this setting have?
Property Sheet -> Data (Tab) ->Allow Edits (Property)). Next thing to look would be the Recordsource. Sometime the Recordsource might be non-updatabale, check Why is my query read-only? - allenbrowne.com/ser-61.html - PaulFrancis