I have  DB Memo field that is hooked up to a VARCHAR column.  I want to get the
text from that memo field, store it (preferably in a variable), then in another
form, put the saved value into another DB Memo field.

I cannot do this through direct variable manipulation because a form expression
of

vLongTextValue = (LongTextColumn)

gives me a "VARCHAR column cannot be used in an expression" error.  I can't
find a property for the DB Memo field that would allow me to use PROPERTY to
get the value (no TEXTVALUE or LINES property).

Can anyone suggest how I can get hold of the VARCHAR value under program
control, then pop it into a different DB Memo field?
--
Larry

Reply via email to