Hello! Can anybody tell me how to fill a drop down list or combo box dynamically? For example, I want to grab the unique values of a database (error_source), and populate a drop down list with those unique values. This way I won't have to constantly be updating the static entry list every time one changes.
Thanks for the help!