P
PeterM
I am trying to setup a listbox that searches a memo field in a table. I
create the SQL in VBA and then set the rowsource to the created SQL. They
all work fine except for the find within a memo field.
SELECT Appointments.*
FROM Appointments
WHERE Appointments.AP_Comments like '%REHAB%';
Is there something special when working with a memo field?
What am I doing wrong?
Thanks for your help!
create the SQL in VBA and then set the rowsource to the created SQL. They
all work fine except for the find within a memo field.
SELECT Appointments.*
FROM Appointments
WHERE Appointments.AP_Comments like '%REHAB%';
Is there something special when working with a memo field?
What am I doing wrong?
Thanks for your help!