Hello! In V4MD (1) i need a LIKE search. I have a field with multiple ID's in format "|23|45|21|" e.t.c. So i use "SELECT * FROM Dress WHERE (Type_id LIKE '|23|') " This works perfectly in MS Access, but in Valentina it returns ALL records of table. Why? Alexey