What's wrong with this statment,

d Code:
  1. If IDcountry.Text = "United States of America" Then
  2.             IDState.Enabled = True
  3.  
  4.             If IDcountry.Text <> "United States of America" Then
  5.                 IDState.Enabled = False
  6.             End If
  7.         End If

IDState is always enabled :S

thx