Is it possible to be able to make an Access database field, larger/longer than 255 chars? If so how? Thanks A bunch!
Printable View
Is it possible to be able to make an Access database field, larger/longer than 255 chars? If so how? Thanks A bunch!
No, it's not possible to set more than 255 characters in the field. In MS Access, it says, "The largest maximum you can set is 255."
Ruchi
if you're trying to store text, use a MEMO field. You can cram up to 65,000+ chars in that field type
How would I use a MEMO field? And How would I be able to store/save the info in it?
How would I use a MEMO field? And How would I be able to store/save the info in it?
Nevermind, got it, Thanks a bunch