=Sum([Units]*[LastCost]) HELP

JCross

Registered User.
Local time
Today, 14:16
Joined
Feb 28, 2002
Messages
116
morning everyone. i have the following in a text box as a total..

=Sum([Units]*[LastCost])

which works just fine. but i need the sum to be (Units*LastCost) divided by Yield. I keep on getting error#, and i don't know why. the Yield is in the query for the form, though not displayed on the form.

i tried =Sum([Units]*[LastCost]/[Yield])

to no avail.

thank you!!

Jennifer

[This message has been edited by JCross (edited 03-19-2002).]
 
Thank you! Worked perfectly.

Jennifer
 

Users who are viewing this thread

Back
Top Bottom