Hello
My small database has two tables ActionItems and Status comments. These tables are linked Primary Key and Foreign Key together. I have a main form and a subfom that displays the status comments which could be many. I would like to be able to add new status comments to the form regularly. When I start typing in the next row of the suform (datasheet mode) I get this error message:
You can't assign a value to this object
* the object may be a control on a read only form
* The object may be on a form that is open in design view.
*The value may be too large for this field.
I don't have either form made to be read only, no other form is open at the same tme, and the field I'm updating is a text field (255).
I set the control source of the subform key = to the main form ID number and it shows up that way in my subform. Does anybody have any ideas on how I can add records to the subform.
My small database has two tables ActionItems and Status comments. These tables are linked Primary Key and Foreign Key together. I have a main form and a subfom that displays the status comments which could be many. I would like to be able to add new status comments to the form regularly. When I start typing in the next row of the suform (datasheet mode) I get this error message:
You can't assign a value to this object
* the object may be a control on a read only form
* The object may be on a form that is open in design view.
*The value may be too large for this field.
I don't have either form made to be read only, no other form is open at the same tme, and the field I'm updating is a text field (255).
I set the control source of the subform key = to the main form ID number and it shows up that way in my subform. Does anybody have any ideas on how I can add records to the subform.