How to populate combo box with distinct values?
HiWhat's the best way to populate a combo box with the distinct values of a column?? I want to be able to prompt the user as to which data (in this case part number) he/she wants to analyze, and then based on his selection the code would create a new subset table of just the selected value.I envision the code being something like this:values = :columnnamehere << Get Distinct Values;New Window( "Ex...