Hi every one, I have Table1 with several column names represented product types

Combobox1: Dropdown list of job Product type. Example "450G"
Combobox2: I use Distinct function to list all related jobs from selected product type Combobox 1.SelectedText
But problem is, Distinct(Table1, Combobox1.SelectedText) doesn't return the list belong to "450G".
If i say Distinct(Table1,'Apple' ) - it work fine.

Does anyone can give idea how to indicate column name in Distinct function from Combobox2.SelectedText?