Hi, I have a combo box question.
Using a code I am assing a value to my combo box like this me.mycombo = prefixData
mycombo is bound to a query qryActivity.
In most cases prefixData is a prefix of a value in qryActivity, it is not the entire field.
What I am trying to accomplish is see a list of records that start with prefixData in the qryActivity (which is attached to a combobox) when prefixData is assigned to my.mycombo or when I click the arrow of the combo box.
Thanks.
Using a code I am assing a value to my combo box like this me.mycombo = prefixData
mycombo is bound to a query qryActivity.
In most cases prefixData is a prefix of a value in qryActivity, it is not the entire field.
What I am trying to accomplish is see a list of records that start with prefixData in the qryActivity (which is attached to a combobox) when prefixData is assigned to my.mycombo or when I click the arrow of the combo box.
Thanks.