How can I perform the following SQL query using MVend ?? select * from products where (((description like '%TEST%') or (rema like '%TEST%')) and cat1 = 'TEST2') Test and Test2 are input fields. regards Markus