Ladies and Gents, On my Purchase order form I have a drop down list box which queries a list in Sharepoint. It pulls back three currency types: £, $ and €
This gives the user a choice of which currency the PR form should be in, so that when it's submitted the Purchasing team know which currency to order the parts in.
However, below the currency choice is the purchase list, where users submit the quantity of parts, part number etc. At the end of the row I've calculated the quantity and total, i.e. 100 x 2 = 200 (So if a user wants 100 screws which cost £2 each, the total would be £200). The same would go for $, or €.
My question is: How do I get my form to display the currency next to the amounts on each row? At the moment, I can either display the number, i.e. 200.00 or, I can amend the field so that it shows a specific currency, which I can choose from a drop down list, however this only displays the one I pick, not what the user would pick.
Is this easily done??
Thanks for your help!
James