If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
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?
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.
Also, if this is a program you are writing, please poste the code you are using to populate the list.
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?