I have a table with a number of fields and many records and I need to sum up the values of cells of a column that meets certain criteria (eg. column1=column2, iif(column3=0)) and then sum it up to become a value under a new column in a new table.
I need to make a number of these new summation values to make up a new table of two rows and a number of columns (depending on the number of summed values i need)
How do i do this with VBA code? or any other method (but i need this to be run when one clicks on a button on a form)
Thank you!!
I need to make a number of these new summation values to make up a new table of two rows and a number of columns (depending on the number of summed values i need)
How do i do this with VBA code? or any other method (but i need this to be run when one clicks on a button on a form)
Thank you!!