Adding comments in the form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top