have this query which works ok now :
Code:
SELECT * FROM [Table] WHERE (((Table.published) Like '*'&[Forms]![Search_Records]![Combo7]& '*' And (Table.published) Like '*'&[Forms]![Search_Records]![Combo9]& '*' and (Table.address) Like '*'&[Forms]![Search_Records]![txtcity]& '*' ));
Leave a comment: