I have two combo boxes:
cboCategory
cboSearchEngines


I want to load a different list of search engines for each category, and I want each item in the list to have a hidden value for the app's use.

I think a DB can help.
Any ideas?