If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
No such thing as a silly question. An alpha field is limited to 255 characters. A memo (or formatted memo) is a BLOB and does not have the limitations. The memo fields are a pain to export and in some cases can cause erratic report behavior if a stray odd character gets imbedded in them when someone pastes in something from a word processor.
Also, you can't query the contents of a memo-field. For example, you can't find occurrences of the word "XYZZY" or "PLUGH" in a memo-field, but you can in Alpha.
(Well, you can write a twisty little script to do it, but that's a real Adventure...)
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Also, you can't query the contents of a memo-field. For example, you can't find occurrences of the word "XYZZY" or "PLUGH" in a memo-field, but you can in Alpha.
Mike, I never had any trouble querying memo fields. What problems have you experienced?