Calculated values shouldn't be stored in the table.
As fellow Access MVP John Vinson likes to say "Storing calculated data
generally accomplishes only three things: it wastes disk space, it wastes
time (a disk fetch is much slower than almost any reasonable calculation),
and it risks data validity, since once it's stored in a table either the
Total or one of the fields that goes into the total may be changed, making
the value WRONG."
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi! Rick,
>
> Have'nt had any feedback! You asked for some more details.
>
> I am providing you some more info that you asked me for.
> The calculated value does appear on the form, but how do I store the
> number that make up the calculation?
> I have still not understood what you meant!
> I have a table with fields
>
>
> Fields DataType
> EntryPrice Number
> StopLoss Number
> InitialRisk Number
>
>
> On the form, I have these 3 text boxes inserted with the fieldlist.
> Now Textbox InitalRisk has a formula =(EntryPrice - StopLoss)*10000
> When the form is run this value is displayed; but on checking the table
>
> this value is not written into its respective field in the table. Will
> you please explain how to get this data into the field.
>
>
> Thanks
> ors
>