I am new to vs tools for gp. I have done a significant amount of vba customziations before... anyhow, I have a custom gp form that has a combo box on it. I need to populate this combo box by selecting two fields from a table. I thought there might be some easier way to do this with the new vs tools for gp2010 but as of yet I haven't been able to find it. Do I just need to get a sql connection, execute my command and loop through the dataset? or is there an easier way to do this?