Hi,
I am using a couple of cascading combo boxes to filter a list box which contains bunch of reports. Each report is based on query.
Here is the situation:
the user first selects Type of Employees "day or night" from combo
then employees names comes:
the list box will show the reports and I can double click it which opens the report for the desired employeeID
Required:
If user does not select any employee name, then the report should show records for all the employees. OR an "ALL" option in the Employeename combo box, which upon clicking, shows all records.
how can I achieve this?
thanks
I am using a couple of cascading combo boxes to filter a list box which contains bunch of reports. Each report is based on query.
Here is the situation:
the user first selects Type of Employees "day or night" from combo
then employees names comes:
the list box will show the reports and I can double click it which opens the report for the desired employeeID
Required:
If user does not select any employee name, then the report should show records for all the employees. OR an "ALL" option in the Employeename combo box, which upon clicking, shows all records.
how can I achieve this?
thanks