i m not able to store a vlaue calulated in form to table.

A

Amit kaushik

I have made a field (B)in a form which is controlled by other field(A) using
following expression = [A]/2
I am able to see the value of filed in the form but not in the table by
which i made this form.
I am not able to bound the calculated value of field B to table field.

I wonder if i get some fruitful suggestions.and if possible please reply at
[email protected]
Thanks
Amit
 
A

Amit kaushik

thanks a ton Allen Browne..


Allen Browne said:
See:
Calculated fields
at:
http://allenbrowne.com/casu-14.html

The article explains how, and more importantly *when* to store the
calculated value.

It is not a good idea to post your email address to newsgroups. Many
spambots harvest addresses here.

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

Amit kaushik said:
I have made a field (B)in a form which is controlled by other field(A)
using
following expression = [A]/2
I am able to see the value of filed in the form but not in the table by
which i made this form.
I am not able to bound the calculated value of field B to table field.
 
Top