Baldur3635
Technical User
I have 2 x ComboBoxes.
CB1 has a list of items. CB2 has a list of matching item codes.
My idea is that the user select an Item from the DB1. I find the ItemIndex (no problem) and then use this number to select the corresponding Item Code.
Ive been looking at doing this. It seems so easy, but which event ob CB1 should I use to get the itemIndex, and how . when would I use this number to get the ItemCode from CB2?
I could also create an CONST array with both items and codes <200 OR I could create a Lookup DB. I guess I could also create a file with both items.
I quite fancy using the CBs, but in the long run, which would be best?
CB1 has a list of items. CB2 has a list of matching item codes.
My idea is that the user select an Item from the DB1. I find the ItemIndex (no problem) and then use this number to select the corresponding Item Code.
Ive been looking at doing this. It seems so easy, but which event ob CB1 should I use to get the itemIndex, and how . when would I use this number to get the ItemCode from CB2?
I could also create an CONST array with both items and codes <200 OR I could create a Lookup DB. I guess I could also create a file with both items.
I quite fancy using the CBs, but in the long run, which would be best?