Is there a way to store more than 255 characters in an Access Database field? Maybe a byte array?
It's URGENT.
Printable View
Is there a way to store more than 255 characters in an Access Database field? Maybe a byte array?
It's URGENT.
Try using a Memo field.
Thanks. :)
Is there any difference between a Text field and a Memo field, besides the size difference?