PDA

View Full Version : More then 255 Characters



Zephid15
05-29-2007, 12:38 PM
I need to have more then 255 characters in each field. is this possible?

geekgirlau
05-29-2007, 05:46 PM
You can use a Memo data type for fields that need a lot of text.

mattj
05-31-2007, 11:21 AM
Be aware that when using aggregate or totals in a query with a memo field will truncate the memo fields contents to 255 characters.