15 pts.
 Why don’t all my values show up in my ComboBox list?
why dont all my values show up in my combo box list?

Software/Hardware used:
ASKED: March 24, 2009  8:06 AM
UPDATED: April 5, 2009  3:38 PM

Answer Wiki:
Please specify which language you are using and post also an excerpt of your code so we'll try and help you.
Last Wiki Answer Submitted:  April 5, 2009  3:38 pm  by  alessandro.panzetta   9,660 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,660 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Moderator Note: Welcome, as I see this is your first question on IT Knowledge Exchange. Your question would be difficult for members to answer, since you don’t mention what language you’re using or provide any details or code. Feel free to add more details by using a discussion comment. On future questions, please try to provide as much detail as possible. Thanks.

 6,565 pts.

 

Also, if this is a program you are writing, please poste the code you are using to populate the list.

 63,535 pts.

 

I am working in Access 2003 Database and when I made a combo box on one of my forms, the list of values that I gave only shows the even numbered ones. For example:

Row source type: Value list
Row source: “Blue”;”Red”;”Yellow”;”Orange”;”Pink”;”Silver”;”Black”;”Green”;”White”
The combo box choices only give Red, Orange, Silver, & Green

What parameters do i need to change to get it to list all of my values?

 15 pts.