Cogivina2004
MIS
I have a dropdown box in the form in access. It lists all the state names. If I select CT, my State = CT and my StateNum = 2. How do I write code to get the index of the state that I selected? Thanks
1 AL
2 CT
3 NY
Sub Enter_click
State = MyForm.State
StateNum = MyForm.State.linecount???
...
unload me
end sub
1 AL
2 CT
3 NY
Sub Enter_click
State = MyForm.State
StateNum = MyForm.State.linecount???
...
unload me
end sub