VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes

by WB Technologies (2 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 25th July 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes abbrev for District of Columbia and Puerto

Rate Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes



'Then paste the following code in the form load event.

cmbState.AddItem "AL"
cmbState.AddItem "AK"
cmbState.AddItem "AZ"
cmbState.AddItem "AR"
cmbState.AddItem "CA"
cmbState.AddItem "CO"
cmbState.AddItem "CT"
cmbState.AddItem "DE"
cmbState.AddItem "DC"
cmbState.AddItem "FL"
cmbState.AddItem "GA"
cmbState.AddItem "HI"
cmbState.AddItem "ID"
cmbState.AddItem "IL"
cmbState.AddItem "IN"
cmbState.AddItem "IA"
cmbState.AddItem "KS"
cmbState.AddItem "KY"
cmbState.AddItem "LA"
cmbState.AddItem "ME"
cmbState.AddItem "MD"
cmbState.AddItem "MA"
cmbState.AddItem "MI"
cmbState.AddItem "MN"
cmbState.AddItem "MS"
cmbState.AddItem "MO"
cmbState.AddItem "MT"
cmbState.AddItem "NE"
cmbState.AddItem "NV"
cmbState.AddItem "NH"
cmbState.AddItem "NJ"
cmbState.AddItem "NM"
cmbState.AddItem "NY"
cmbState.AddItem "NC"
cmbState.AddItem "ND"
cmbState.AddItem "OH"
cmbState.AddItem "OK"
cmbState.AddItem "OR"
cmbState.AddItem "PA"
cmbState.AddItem "PR"
cmbState.AddItem "RI"
cmbState.AddItem "SC"
cmbState.AddItem "SD"
cmbState.AddItem "TN"
cmbState.AddItem "TX"
cmbState.AddItem "UT"
cmbState.AddItem "VT"
cmbState.AddItem "VA"
cmbState.AddItem "WA"
cmbState.AddItem "WV"
cmbState.AddItem "WI"
cmbState.AddItem "WY"

Download this snippet    Add to My Saved Code

Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes Comments

No comments have been posted about Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes . Why not be the first to post a comment about Load 2 Character Postal State Abbreviation Code into combo box. In alpha order. List also includes .

Post your comment

Subject:
Message:
0/1000 characters