Next time your asked to code a 'Personal Details' form and you're happily slapping on the controls, please write some code to remove that fscking 'Please Select US State' combo box if the usuer selects any other contry than the US of A!!!! (What, there are other countries?!?)
I try to ignore it but when I hit the NEXT button it has the cheek to say 'You have not selected a state please go back and try again'!!
Saying that I probably coulda found my town seeing as most US places are named after British towns.
If you want to see an example, check our beloved Anandtech signup.
Check my profile to Unighted Kingdon Alabama!!!
Here you go, copy and paste!
If CountrySelect.Value <> "America" Then
StateSelct.Visible = False
End if
Thankyou
I try to ignore it but when I hit the NEXT button it has the cheek to say 'You have not selected a state please go back and try again'!!
Saying that I probably coulda found my town seeing as most US places are named after British towns.
If you want to see an example, check our beloved Anandtech signup.
Check my profile to Unighted Kingdon Alabama!!!
Here you go, copy and paste!
If CountrySelect.Value <> "America" Then
StateSelct.Visible = False
End if
Thankyou