hi.. i need some help here.. i have an unbound combo box with values A-H, WAT, DET, etc.. In my table, there's a field named company with the values A to H or WAT or DET or any combination of both like A / H or Det / B.. etc..
currently, when i click on the values in the combobox, it will only display only the records with the precise value.. when i click A, only the records whose company is A shows up but not the ones with the values A / H.
I tried using the like operator, but it causes all my other combobox to stop working..
currently, when i click on the values in the combobox, it will only display only the records with the precise value.. when i click A, only the records whose company is A shows up but not the ones with the values A / H.
I tried using the like operator, but it causes all my other combobox to stop working..