I need help !!!

atommy

New member
Local time
Today, 07:24
Joined
May 10, 2014
Messages
6
hello and sory for my english...
i have aproblem with a reripe cost access template that i found in internet
the problem is in the reripe form i can not fix the [Total] field of the resipe form that is taking the sum of the other field subform ??
i realy dont now many thinks about Access but i realy need this solution if is possible . Thanks
 

Attachments

I have tried to examine the db you posted but although it has an mdb file extention, I am unable to run it.
If I have understood your requirement correctly, you could try the following expression as the Control Source property of the text box in the footer section of the sub form:-
=Sum(([IngredientQTY]/[Purchase Quantity])*[Purchase Cost])
EDIT:
Crossposted: http://www.accessforums.net/access/i-need-help-43751.html

Please read: http://www.excelguru.ca/content.php?184-A-message-to-forum-cross-posters
 
Last edited:
yes this is the problem but i have all ready test it and faild ?
 
yes this is the problem but i have all ready test it and faild ?
Can you be more specific. What result did you get using

=Sum(([IngredientQTY]/[Purchase Quantity])*[Purchase Cost])
 
# error my subform is this:suform.jpg
and sorry i can't (i try) make my Access to accdb
realy i dont want to make you waist your time if you now some other Access for resipe that is working plz let my now i just need it for my work. this one i fount it ok but is not working the subform .
Thanks again.
 

Attachments

  • subform.jpg
    subform.jpg
    102.5 KB · Views: 117
Last edited:

Users who are viewing this thread

Back
Top Bottom