R
Rajko
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.
Everything works fine if i divide countries in two listboxes where
only one price variant exists.
Thanks
"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.
Everything works fine if i divide countries in two listboxes where
only one price variant exists.
Thanks