Adding comments in the form

M

Merge

I have a linked file that I crested a form
I would like to insert for each record on the form a comment that only
relates to thst record. How would I do that?
 
K

Klatuu

Add a field to your table of Memo data type (if you expect the comments to be
more than 255 characters), create a text box control on your form and bind
the field to it.
 
Top