I have a lookup table that has 2 columns - one for a state code and one for the name of the state. Everything works fine with selecting from the dropdown list on the form.
My question is when you look at the dropdown list - both columns are the equal width. Since the code is small and the...