Hello
i have combobox which has value like below
VendorID Value
1 Malysia
1 Japan
1 Singapore
2 South America
When I select value from combox it should populate fields on the form with both of the above value.
But when it always populate first value for example if i select first record as above it populates 1 malysia but when I select 1 Japan it does not change accordingly
Pleaes note that vendorID and Value are composition of different table.
Can you please help me how to make this work it should always populate the field values as per selection.
Thanks
i have combobox which has value like below
VendorID Value
1 Malysia
1 Japan
1 Singapore
2 South America
When I select value from combox it should populate fields on the form with both of the above value.
But when it always populate first value for example if i select first record as above it populates 1 malysia but when I select 1 Japan it does not change accordingly
Pleaes note that vendorID and Value are composition of different table.
Can you please help me how to make this work it should always populate the field values as per selection.
Thanks