M
MOGSY via AccessMonster.com
I have created a database tracking tasks in our department. There is a main
table (tblTasks) and a related table (tblComments). There is a one-to-many
relationship (one task per many comments). My form (frmModifyTask), is based
on tblTasks. There is a subform included based on tblComments. I have set the
subform to continuous form, read only. I have an unbound text box on
frmModifyTask named NewComments. I would like the user to be able to enter
new comments in the text box and have those comments go into the read-only
subform when the form is closed or they move to another record. How can I do
this?
Thanks!
table (tblTasks) and a related table (tblComments). There is a one-to-many
relationship (one task per many comments). My form (frmModifyTask), is based
on tblTasks. There is a subform included based on tblComments. I have set the
subform to continuous form, read only. I have an unbound text box on
frmModifyTask named NewComments. I would like the user to be able to enter
new comments in the text box and have those comments go into the read-only
subform when the form is closed or they move to another record. How can I do
this?
Thanks!