How do i add text using access database?

R

rani

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.
 
J

John W. Vinson

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