I need help with a loop. I need it to do 2 things and I'm not sure how to write a double loop. Would my code look like this :
If cboStations.Text = "Urban" then
If cboYears.Text = "2010" then
cboDistricts.AddItem "Abilene"
If cboStations.Text = "Urban" then
If cboYears.Text = "2010" then
cboDistricts.AddItem "Abilene"