How to store calculated values

Nitrous

Registered User.
Local time
Today, 14:05
Joined
Jan 23, 2003
Messages
16
Hi there,

I have got my database to calculate a value if something is either enabled or disabled using the IIf command. Now what I want to do is store that value in my table in a field, how do I go about doing this?

Calculating Total Price so that it can be displayed on an invoice.

Many thanks...
 
Calculated

Nitrous

The idea is not to store calculated values in a field. You calculate them when you need them be it on a form or a report.

Ian
If you want i have a small dbase app i could email you to show how it works
 

Users who are viewing this thread

Back
Top Bottom