There is a really simple way to do this in Access, and it can never go
wrong.
The solution is to create a query using this table.
In query design type this into the Field row:
Amount: [Rate] * [Quantity]
This gives you a field named Amount.
Now use this query (rather than the table) wherever you need the Amount
column in your database (e.g. for forms and reports.)
Technically, this is the only normalized solution. For more information,
see:
Calculated fields
at:
http://allenbrowne.com/casu-14.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
i want to calculate the result of two fields let say that i have rate and
Quantity of one item and wants to have Sales automaticlly please halp me
to
do so.- Hide quoted text -
- Show quoted text -