I am struggling with getting a combobox to work the way I want it to. I seem to be missing some basic understanding of how this control works!
When, exactly, is the Value property updated?
And when does the value get displayed?!!!
I'm using the InteractiveChange method to repopulate the list based on the characters the user types in. But in my most recent testing, the Value property never seems to get set--even when I click on the list and select an entry.
As an alternative, I thought I could count on the ListIndex property to let me know when some entry (any entry) had been selected. That doesn't seem to be happening either. But the dropdown list seems correct.
I'm also trying to provide alternate methods for searching and ultimately selecting the entry for this field. But programatically setting the Value property seems to have no effect. The Value is not displayed--even after refreshing.
Setting the ControlSource isn't working for me either. I'd expect the displayed value to change as I navigate through records, but it remains blank!
I guess I'm expecting that the Value property would display and work in conjunction with the ControlSource like it does in a TextBox control. That assumption seems way off.
Can anyone shed any new light on this situation?
Thanks,
Ron
When, exactly, is the Value property updated?
And when does the value get displayed?!!!
I'm using the InteractiveChange method to repopulate the list based on the characters the user types in. But in my most recent testing, the Value property never seems to get set--even when I click on the list and select an entry.
As an alternative, I thought I could count on the ListIndex property to let me know when some entry (any entry) had been selected. That doesn't seem to be happening either. But the dropdown list seems correct.
I'm also trying to provide alternate methods for searching and ultimately selecting the entry for this field. But programatically setting the Value property seems to have no effect. The Value is not displayed--even after refreshing.
Setting the ControlSource isn't working for me either. I'd expect the displayed value to change as I navigate through records, but it remains blank!
I guess I'm expecting that the Value property would display and work in conjunction with the ControlSource like it does in a TextBox control. That assumption seems way off.
Can anyone shed any new light on this situation?
Thanks,
Ron