Hello,
I have combobox with the below choice
here ---> refer to column since HTML would wrap the text so I am putting --> to differentiate column in combobox. basically there are four columns.
Customer ID ---> Value --> Name --> Address
1 ----> Test1---> Retain Inc --> Newyowrk
2 ---- > Test3 --> Data inc --> Indiana
1 --> Test0--> Hollmark inc --> Plano
3 --> Test5--> DataBase inc --> Australia
2 --> Test6--> Total inc --> Russia
Now this combobox is based on query from one table which store and update as we are saving the record, and when user selects the value from above combobox it populates the value of that record into the form field with other information for the selected record.
Now my concern is that when I select similar customer ID for example customer id 1 it always gives test1, retain inc and newwork and populates other information but when I select customer ID 1 which is belongs to Test0 and Hollmark Inc , I can not see record set is being updated means the form data is being update for similar records.
the form field is bound to same query which is being used in combobox
Please assist.
I have combobox with the below choice
here ---> refer to column since HTML would wrap the text so I am putting --> to differentiate column in combobox. basically there are four columns.
Customer ID ---> Value --> Name --> Address
1 ----> Test1---> Retain Inc --> Newyowrk
2 ---- > Test3 --> Data inc --> Indiana
1 --> Test0--> Hollmark inc --> Plano
3 --> Test5--> DataBase inc --> Australia
2 --> Test6--> Total inc --> Russia
Now this combobox is based on query from one table which store and update as we are saving the record, and when user selects the value from above combobox it populates the value of that record into the form field with other information for the selected record.
Now my concern is that when I select similar customer ID for example customer id 1 it always gives test1, retain inc and newwork and populates other information but when I select customer ID 1 which is belongs to Test0 and Hollmark Inc , I can not see record set is being updated means the form data is being update for similar records.
the form field is bound to same query which is being used in combobox
Please assist.