Q: Memo fields Delphi 1 using MS Access 2.0 tables through ODBC

Hello,

I wonder if anyone know a solution to the following problem:

I use a MS Access 2.0 database containing a table: tblCustomers.
tblCustomers has a memo field with some remarks. I access the data
through ODBC using Delphi 1 (Win3.x).
I have the Microsoft ODBC Desktop Driver Pack 2.0 installed.
When I try

edMemo.Lines.Add(tblCustomer.FieldByName('MEMO').Text)

the TMemo field on my form only shows the text '(Memo)'.
Also I cannot access the memo field using the Borland Database Desktop
utility. My question: where is the problem ?

thanks,

Rene Heuven
EMail: heu...@pi.net