I have a form (selectDepart) to ask user to choose department from the
comboBox list. And I like to pass this value to my database to limit the
data to just this choice. If user select 'All', all data would be available
to user. I'm still learning, please help.