G
Guest
I have a 5 column combo box that I created from the wizard. It should find
the record on my form that matches the record selected based on all 5 columns
(which happen to be keys as well). Sometimes some Columns may have duplicate
values and so it only looks at the first record I choose. If I choose a new
row that doesn't match column 1 then all the fields get updated correctly.
Example:
TREE APPLE GREEN SOUR 1
TREE APPLE GREEN SWEET 2
FLOWER MELON GREEN SWEET 1
So if I choose the first row the form will find the record that matches all
the columns in the first row. If I choose the second row, nothing happens.
If I choose the third row it finds the records that match the third row. I
have my bound column set to 1.
the record on my form that matches the record selected based on all 5 columns
(which happen to be keys as well). Sometimes some Columns may have duplicate
values and so it only looks at the first record I choose. If I choose a new
row that doesn't match column 1 then all the fields get updated correctly.
Example:
TREE APPLE GREEN SOUR 1
TREE APPLE GREEN SWEET 2
FLOWER MELON GREEN SWEET 1
So if I choose the first row the form will find the record that matches all
the columns in the first row. If I choose the second row, nothing happens.
If I choose the third row it finds the records that match the third row. I
have my bound column set to 1.