R Richard Apr 28, 2004 #1 I would like to make the fieldsize larger than 255 char, is this possible? Thanks.
R Rick Brandt Apr 28, 2004 #2 Richard said: I would like to make the fieldsize larger than 255 char, is this possible? Thanks. Click to expand... Use a Memo DataType instead of Character. There are some caveats with that type that you should check out in the help file.
Richard said: I would like to make the fieldsize larger than 255 char, is this possible? Thanks. Click to expand... Use a Memo DataType instead of Character. There are some caveats with that type that you should check out in the help file.
R Richard Apr 28, 2004 #3 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...)?
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...)?