I created a field that linked to another table (to save the user from having to type in the information everytime they could just select the correct data that appeared in the drop down box)
Problem was that where there blanks in the orginal they appeared in the drop down box...for example
this is the original table
index Animal Colour
1 fox brown
2 bear
3 panda Black and white
4 dog blonde
i'd have a drop down box created on the user form to select which Colour the animal was and this would be the result
dropdown box results :
brown
Black and White
blonde
See the gap? Is there any way that the dropdown can still gather the same information but arrange it so that I don't get these gaps? Looks really ugly.
I accept any other suggestions on how to do this by the way. I just want to be able to select from an existing list to save time typing it out.
Problem was that where there blanks in the orginal they appeared in the drop down box...for example
this is the original table
index Animal Colour
1 fox brown
2 bear
3 panda Black and white
4 dog blonde
i'd have a drop down box created on the user form to select which Colour the animal was and this would be the result
dropdown box results :
brown
Black and White
blonde
See the gap? Is there any way that the dropdown can still gather the same information but arrange it so that I don't get these gaps? Looks really ugly.
I accept any other suggestions on how to do this by the way. I just want to be able to select from an existing list to save time typing it out.