N
Norwegian
I'm constructing a system for selling materials and services. One record in
the database represents one sale. I'd like to do the following:
Sum=(([price1]*[amount])+([price2]+[price3]+[price4]....[pricen])) and get
the grand total in a field that represents the grand total of the sale in
each spesific record.
So far I've tried to enter the above formula directly into the controlsource
field in the property menu for the field that represents the grand total of
the sale, but ending up getting the sum of all the records in the grand total
field.
No two sales will amount to the same total, it all depend on how many of the
fields that are filled inn i a specific sale in that specific record.
the database represents one sale. I'd like to do the following:
Sum=(([price1]*[amount])+([price2]+[price3]+[price4]....[pricen])) and get
the grand total in a field that represents the grand total of the sale in
each spesific record.
So far I've tried to enter the above formula directly into the controlsource
field in the property menu for the field that represents the grand total of
the sale, but ending up getting the sum of all the records in the grand total
field.
No two sales will amount to the same total, it all depend on how many of the
fields that are filled inn i a specific sale in that specific record.