Hi folks,
Running into a maddeningly inconsistent issue with a form. It's a Single Form, recordsource is a basic select query that prompts for the ID of the record.
AllowInsertions, AllowEdits, AllowDeletions are all set to true. There are no record locks, the recordset type is "Dynaset" for both the form and underlying query.
If I toggle any non-consequential property, save the changes, and reload the form, I will be able to edit the record. If I then close the form, and reopen it again, I can't edit it period. This is true if I switch to datasheet view as well. When I can't edit the values of the fields, it's like the form isn't properly registering that I'm even attempting to edit the form--the status in the lower left that would flicker with "This form does not xxx" or something similar doesn't change from "Form View". However, the cursor does blink on the field, and I can highlight existing text within the fields, and can tab the cursor down the page.
Any ideas why this is happening?
Please let me know if there are further details I can provide for context--this is driving me utterly crazy.
Running into a maddeningly inconsistent issue with a form. It's a Single Form, recordsource is a basic select query that prompts for the ID of the record.
AllowInsertions, AllowEdits, AllowDeletions are all set to true. There are no record locks, the recordset type is "Dynaset" for both the form and underlying query.
If I toggle any non-consequential property, save the changes, and reload the form, I will be able to edit the record. If I then close the form, and reopen it again, I can't edit it period. This is true if I switch to datasheet view as well. When I can't edit the values of the fields, it's like the form isn't properly registering that I'm even attempting to edit the form--the status in the lower left that would flicker with "This form does not xxx" or something similar doesn't change from "Form View". However, the cursor does blink on the field, and I can highlight existing text within the fields, and can tab the cursor down the page.
Any ideas why this is happening?
Please let me know if there are further details I can provide for context--this is driving me utterly crazy.