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