I have a coboboxwith a list of products and a multiselect listbox "Countries". The price of the product varies (two variants) and depends of the country being chosen. This price has its own field on form. Then it is calculated in discount and newprice field textbox.
And here is the problem. With code behind Save Records(command button)i can't get the other price variant. Records are filled only with one value from textboxes.
Is there a way to get the real values for every record?
Everything works fine if i divide countries in two listboxes where only one price variant exists.
Thanks
And here is the problem. With code behind Save Records(command button)i can't get the other price variant. Records are filled only with one value from textboxes.
Is there a way to get the real values for every record?
Everything works fine if i divide countries in two listboxes where only one price variant exists.
Thanks