adding another subform

K

Kevin

I have a form with 2 nested subforms. The second subform
contains number based information and is shown in
datasheet view. There is also a memo field on the same
level as the second subform that I'd like to bring into
the form so I can type remarks into.

Is it possible add a box to type in the remarks and have
them relate to the proper records? Or, is there a way to
keep it as part of the second subform but the field
enlarges (when you click in that cell) to allow typing
large amounts of comments?
 
G

GVaught

If you can set the subform to Continuous form then you can set scroll bars
on the memo field through the properties box. Otherwise you have to grow the
row manually by expanding the row down. Works like Excel when you need to
grow a row cell wider. The only difference here is that Access will expand
all rows not just one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top