Combo by selecting "All" or "Specified" Department

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi,

I have a list of department using combo dropdown. I want to add "All
Departments" on top of few departments on the list. When I want to select
"All Departments", it will give me all departments. If I want to select one
department, then give me one department on the report.

Here is the code and you might help me how to add "All" to the line of the
code.

strDept = "='" & Me.cboDepartment.Value & "'"

Your help would be much much much appreciated.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top