Hi.
I need to add string chosen from my combo box on the form to a query as filtering criteria. It didnt work directly so I loaded the chosen line from combo box by function. Then I used this function as criteria for query. It worked but I couldnt handle case when I dont choose anything from the combo box and in such case I would like to see all records. Insted of that it filtered out all records so I dont see any as result of query. Could u please help me? Thanks a lot