Marryam ,
To DISPLAY the total... in the Total field put...
+Nz([Quantity],0)*Nz([Cost],0)
Should you want to store that value you would need to put the above in the
After_Update event procedure of the Quantity field and the Cost field.
Also note, if those are not the sam names as your fields, adjust
accordingly.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
<Marryam Murtaza> wrote in message news:(E-Mail Removed)...
> hello
>
>
>
> serviceenvo wrote:
>
> Calculating Extended Price
> 20-Apr-07
>
> I think what I need to do is very simple but everything I've read
> online just confuses me.
> Fields: Quantity, Cost, Total
> All fields are on the same form
> I need to create an expression that will calculate the extended price
> by multiplying "QUANTITY" by "COST" and displaying the results in the
> "TOTAL" field. How do I do this?
>
> EggHeadCafe - Software Developer Portal of Choice
> WPF DataGrid Custom Paging and Sorting
> http://www.eggheadcafe.com/tutorials...tom-pagin.aspx