Ben said:
Albert,
When I create the text box, do I assign it to the field or just not assign
it to anything?
You simply build a new form based on that same underlying table, and yes the
text box is bound to that memo field. You can even use the wizard to create
the initial form, but you really only need the memo field display on this
form, and you want to resize it as large as possible.
You should in the forms property sheet (the other tab). make this form
model. This will "force" the user to close this form when done. (you don't
want a situation where the person doesn't close this memo form, and then
goes back and starts navigating in the continuous form, as that will mess
things up and that person will now be on a different record ).
So make the form based on the same underlying table. Simply place the one
control that is bound to the memo text box field on that form and re-size it
really large. You can also check and ensure that the enter key settings on
the other tab of the property sheet for that control box are set to make a
new line in the field as opposed to trying to move to the next textbook
control a form which you don't have . This will allow the user to hit the
enter key to enter new lines of text into that text box.
You might as well also set the form's additions property to no. Turn off the
navigation options on the boottom of the screen. You might as well turn off
the record selector button. So, spend some time turning off most of the
forms junk that you don't need.
You want a nice big clean form with a big text box to edit the memo...