Control Source

  • Thread starter Thread starter Greg
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top