Fieldsize help?

  • Thread starter Thread starter Richard
  • Start date Start date
Richard said:
I would like to make the fieldsize larger than 255 char,
is this possible? Thanks.

Use a Memo DataType instead of Character. There are some caveats with that
type that you should check out in the help file.
 
Will there be any limitations as to what I can do with the
memo type. For instance, can I read it and extract data
using VB code (mid function, etc...)?
 
Back
Top