How can I add a comment field in my customers information's table.

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

Guest

I already created a customer access database, but I don't know how to insert
a commentary field. Can you please, help me?

Thank you,
 
First, determine which table within the database to add the column to. Then
select that table in design view. Add the new column. Make it Text(255) if
255 characters is sufficient otherwise make it Memo type.
-Dorian
 
What do you mean? Where do you want to see this comment?

One way would be to simply add a new field to the table called "comments"
 

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