I have a database that contains a memo field when performing a find on this field the find starts and then I recieve an "Invalid Arguement". Any ideas on what could be causing this?
"Memo" fields seem to be quite strange beasts - ever tried to open your table, select the memo field and then try to sort the table on it? Access greys out the sort buttons - it can't be done! I've never tried to do a find on such a field, but I'm guessing yur problem has something to do with the odd nature of "Memo" type fields.
Try generating some SQL via a QBE on the table, and use LIKE with wildcards. I'm certain that this will work - I have a program that has to do a SELECT on a memo field, and it works fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.