Hi Guys,
Would greatly appreciate for your help. I am trying to create a summary costing form that will contain a combobox (for selection of opportunity). Once an opportunity is selected from the combobox, it should populate 'sum of item qty* item cost' for the selected opportunity in a textbox. If I have confused you, the attached image might help get a clear understanding. There is bit more to it, the cost calculation (sum of item qty * item cost) should consider different currencies into account which is stored into a different table (linked to the table shown in my image by VendorID). Different items have different currencies and I have an exchange rate in a separate table as well. I want to populate the total cost for selected opportunity in both US$ and CAD$ in this form. Your help or guidance to approach this would be very highly appreciated. Thank you!