Why subform is read-only?

I

Ig

Hi,
I have subform on form that both are Allow Edits and both are dynasets.
Subform is based on only 1 table.
When trying to change field on subform, there is a message on status bar
that
form is read-only. What do I do wrong?
Thanks
 
W

Wayne Morgan

Have you tried editing directly in the query feeding the subform? Even
though you defined it as a dynaset, the SQL may not be updateable. If you
can't do the edit in the query, then you won't be able to in the subform
either.
 
Top