P
Paul
I have a simple continuous form that's been working well for over a year,
but will no longer permit the user to change data in any of the fields.
When I open the underlying query in datasheet view, I can change data in
those fields. But when the form is open, I can no longer change the data in
any of the fields.
I'm quite certain that this problem has something to do with the underlying
query rather than the form for two reasons: first, I checked the form and
control properties as shown below and there is nothing that would prevent
the fields from being edited in the form. Second, since this form has been
working well for the past year up until today, I opened a backup copy from
two months ago, and I could not change the data in the form in that version
either.
Form Properties:
Allow Edits Yes
Allow Deletions No
Allow Additions No
Data Entry No
Recordset Type Dynaset
Record Locks No Locks
Individual field properties:
Enabled Yes
Locked No
There are also no validation rules in any of the controls.
So again, the problem must be in the underlying query. But why would I be
able to change data directly in the query datasheet view, but then be
prohibited from changing data in a form based on the same query?
Thanks in advance,
Paul
but will no longer permit the user to change data in any of the fields.
When I open the underlying query in datasheet view, I can change data in
those fields. But when the form is open, I can no longer change the data in
any of the fields.
I'm quite certain that this problem has something to do with the underlying
query rather than the form for two reasons: first, I checked the form and
control properties as shown below and there is nothing that would prevent
the fields from being edited in the form. Second, since this form has been
working well for the past year up until today, I opened a backup copy from
two months ago, and I could not change the data in the form in that version
either.
Form Properties:
Allow Edits Yes
Allow Deletions No
Allow Additions No
Data Entry No
Recordset Type Dynaset
Record Locks No Locks
Individual field properties:
Enabled Yes
Locked No
There are also no validation rules in any of the controls.
So again, the problem must be in the underlying query. But why would I be
able to change data directly in the query datasheet view, but then be
prohibited from changing data in a form based on the same query?
Thanks in advance,
Paul