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

  • Thread starter Maria D. Gonzalez
  • Start date
M

Maria D. Gonzalez

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,
 
M

mscertified

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
 
R

Rick B

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"
 
Top