HIIIIIIII!!!![]()
I need to run through a chunk of code TWICE if a combo box text is LIKE <whatever>. If the combo box ISN'T LIKE <whatever>, I just need it to run once. Can you do this?
LCode:If cboNonHourlyDuties.Text Like "*CarSeal*" Then csString = "CAR SEALS INSPECTED" For indx = 0 To 1 End If <Chunk of code> If cboNonHourlyDuties.Text Like "*CarSeal*" Then csString = "CAR SEALS REHUNG" Next indx End If


Reply With Quote


Bookmarks