WantsToLearn
Programmer
I have a combobox bound to a semicolon delimited list. Here is an example of the data:
0;04/12/2004;1;04/13/2004
The problem is the combo box displays empty and you have to click the drop down arrow to see the values. I need to have it display the first item in the list. I have tried all of the following and get an error every time:
BoundColumn = 0, combobox.value = 0 or combobox = 0 or combobox.default = 0
BoundColumn = 1 with all of the above. If I try to use ListIndex I also get an error. Am I having a major brain cramp here or has something changed in Access? Thanks!
0;04/12/2004;1;04/13/2004
The problem is the combo box displays empty and you have to click the drop down arrow to see the values. I need to have it display the first item in the list. I have tried all of the following and get an error every time:
BoundColumn = 0, combobox.value = 0 or combobox = 0 or combobox.default = 0
BoundColumn = 1 with all of the above. If I try to use ListIndex I also get an error. Am I having a major brain cramp here or has something changed in Access? Thanks!