Control Source

G

Greg

I need help

I have a control source with a calculated value. I need this value to appear
in a table inorder for me to perform a query. How can I get acces to copy
calculated information into table?


I was told to use afterupdate. But I have no idea how to utilize VB. Can
someone give me an example if this is the correct step to take
 
R

Rick Brandt

Greg said:
I need help

I have a control source with a calculated value. I need this value to appear
in a table inorder for me to perform a query. How can I get acces to copy
calculated information into table?


I was told to use afterupdate. But I have no idea how to utilize VB. Can
someone give me an example if this is the correct step to take

Just put the calculation in the query. Calculation results should (almost)
never be stored.
 
Top