J
JimS
tb1: =dsum(.....)
tb2: =dsum(.....)
etc.
tbTot: =nz(tb1,0)+nz(tb2,0)+nz(tb3,0)....
tbTot calculates too fast. It only catches the value of tb1. Needs to
calculate last in the series, after all the rest are done. Ideas? Probably
simple. Thanks in advance.
tb2: =dsum(.....)
etc.
tbTot: =nz(tb1,0)+nz(tb2,0)+nz(tb3,0)....
tbTot calculates too fast. It only catches the value of tb1. Needs to
calculate last in the series, after all the rest are done. Ideas? Probably
simple. Thanks in advance.