I have a table "volumes" with the following fields:
product, year and one field for each month of the year. I update the data in this table monthly. From that table I calculate a total volume for each "project" through an After Update event on my "Cut In Month" field on my form
Right now, when I update my volumes in the table I have to go through and trigger the After Update event on each and every record to get the calculated field to represent the updated volumes from the table.
I would like to have one button on my form that does this all at once. Is this possible without binding it to the table?
Thanks,
Toni
product, year and one field for each month of the year. I update the data in this table monthly. From that table I calculate a total volume for each "project" through an After Update event on my "Cut In Month" field on my form
Right now, when I update my volumes in the table I have to go through and trigger the After Update event on each and every record to get the calculated field to represent the updated volumes from the table.
I would like to have one button on my form that does this all at once. Is this possible without binding it to the table?
Thanks,
Toni