what database is usually used to story entrys for a BB?
what type of database do u use in ur BB? why?
and in MS Access Database (is wut i currently use) how do u get a text area that is more then 255 chars?
The most commonly used for BB's is MySQL.
if the length is 250 then it is varchar and not text more then likely - when you create the field for the Text have it as data type mediumtext , large text, or blob one of those should work and look at the access help pages for definitions of field types in acccess