Access non-expert here, so sorry if this is a newbie-ish question.
I have a simple relational database with 2 tables, each record in Table A relates to many records in Table B. I have a master form that has both tables next to one another, related via a master text field. You select a record in Table A and all the related records display in Table B. So far so good. One of Table B's fields is a multi-line text field. I want that field to grow/shrink depending on the amount of text in it, and I also want to be able to edit the field.
If Table B is inserted into the master form as a subform, the field can be edited, but cannot grow/shrink - my understanding is that is not possible on subforms. If it is inserted as a sub report, it can grow/shrink, but cannot be edited - again, my understanding is that subreports cannot be edited.
Is it possible to somehow have the best of both worlds, with editable text fields that also grow/shrink?