Hi,
I have develop a form to search and sort out the report results based on section criteria on form.
Form Name: EmployeesSearch
Combo Boxes:
From To
Department : cbdept1, cbdept2
Section : cbsec1, cbsec2
i am using this criteria in query to sort out results:
Like [forms]![EmployeesSearch].[cbdept1] & "*"
This query don't return any results just a empty report.
Please advise.
Zee