Re: MEMO field errors when running SQL filter - -
07-18-2003
, 12:03 PM
Hi Mac,
Kind of an elusive problem, but easy to fix. Simply select your recordset
from the Server Behaviors tab (not the databindings tab), then down in the
Properties Inspector for that recordset, set the cursor location to
"Client". That should take care of it.
If that doesn't work, try moving the memo/text field to the end of your SQL
query:
SELECT field1, field2, memofield FROM myTable
Best regards,
Chris |