I am designing a form in Access. I want to add a comment box.

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

Guest

I am designing a form in Access. I want to add a text box in which I can
type a comment individual to each form.
 
I am designing a form in Access. I want to add a text box in which I can
type a comment individual to each form.

Is this for documentation of the Form as an object? If so you could
use the Form's Tag property. Or do you want to store comments in your
Table with each record entered via the Form? If so, add a Text or Memo
field to the Table and put a textbox on the form.

John W. Vinson[MVP]
 

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

Back
Top