How do i add text using access database?

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

Guest

I am added data in table and from there i get the from. In table i have
Operation column, since it doesn't have one line , i need to have long
paragraph in that column. But don't i can put that in table. So i need some
idea what type of box should i use.
 
I am added data in table and from there i get the from. In table i have
Operation column, since it doesn't have one line , i need to have long
paragraph in that column. But don't i can put that in table. So i need some
idea what type of box should i use.

If you have large amounts of text, consider using a Memo field in your table
instead of Text. A Text datatype field is limited to 255 bytes (and defaults
to 50); a Memo field allows 65536 bytes.


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