buddythebest
Registered User.
- Local time
- Today, 10:07
- Joined
- Mar 31, 2006
- Messages
- 32
when i try to refer to external fields to use in calculations in a report it always asks "enter parameter value". Like i have a field in the report called "sales", and i have "total price" in another form called "sbfrmOrders". I want to calcualte the percentage of total sales by dividing "sales" by the sum of the "total price"
i tried to do it using this formula:
=[Sales]/Sum([Forms]![sbfrmOrders]![Total price])
but it didnt work as it asks for a value to put in which is already stored in the "sbfrmOrders" form. (it had the enter parameter value window with this "Forms!sbfrmOrders!Total price" over the blank space where i enter the value, i dont want to enter the value i want it to be taken from the form straight away)
how can i resolve this... please offer your help if u can
thank you
i tried to do it using this formula:
=[Sales]/Sum([Forms]![sbfrmOrders]![Total price])
but it didnt work as it asks for a value to put in which is already stored in the "sbfrmOrders" form. (it had the enter parameter value window with this "Forms!sbfrmOrders!Total price" over the blank space where i enter the value, i dont want to enter the value i want it to be taken from the form straight away)
how can i resolve this... please offer your help if u can
thank you