If your structure is that in your first list, you have a list of categories flowers, cars, foods, ect. and the second list you want to list all of that list
In the update event of the first list you have to add list2.rowsource= "select... where category='" & list2 & "';"
Single quotes only necessary when category is text