I am working on an Access 2003 database that I need to do calculations accross several columns on a single row. I found this link in an earlier post:
This helped with the Count, Average and Sum functions, however I need to also be able to count a specific value accross several columns. I'm not very familiar with VBA so was wondering if anyone knew a way to modify the RCount VBA code to count a specific value? Thanks in advance.
This helped with the Count, Average and Sum functions, however I need to also be able to count a specific value accross several columns. I'm not very familiar with VBA so was wondering if anyone knew a way to modify the RCount VBA code to count a specific value? Thanks in advance.
Comment