J
John Keith
I have a sub-form that when loaded seperately allows edits. The underlying
query also allows edits to update the base table. The query contains simple
references no calculated fields or multi-join situations.
However when viewing the mainform(w/sub-form too), the textboxes are locked
(I.E. clicking on them is not registered).
Properties attached to the sub-form:
Form property Allow Edits: yes (Additions, Deletions are both no, I only
wish to allow changes to existing table data)
TextBoxes for fields that I want to edit, Enabled: yes (some of the
Textboxes ARE disabled, greyed-out, on fields that should not change)
What is preventing the form from allowing edits on the fields that have
Allow Edits: on?
query also allows edits to update the base table. The query contains simple
references no calculated fields or multi-join situations.
However when viewing the mainform(w/sub-form too), the textboxes are locked
(I.E. clicking on them is not registered).
Properties attached to the sub-form:
Form property Allow Edits: yes (Additions, Deletions are both no, I only
wish to allow changes to existing table data)
TextBoxes for fields that I want to edit, Enabled: yes (some of the
Textboxes ARE disabled, greyed-out, on fields that should not change)
What is preventing the form from allowing edits on the fields that have
Allow Edits: on?