I am trying to find the best way to run a macro everytime any field on a form is changed. I have about 50 fields that are filled in to calculate a score field. I was thinking about doing a Before Update event on each field but there are so many fields. Is there a better way? Maybe use Key Press event on form and have it Call the macro when the tab key is pressed?