I have a table with over 300 records. For every record I want to do some calculation.. therefore I have a button on the form : "calculate"
Whenever I change the calculation, I need to update every record by going through all of them and click the button to do the required calculation. That's a bit tedious to do.. how do I automate that ?
Whenever I change the calculation, I need to update every record by going through all of them and click the button to do the required calculation. That's a bit tedious to do.. how do I automate that ?