C
Chris Wainwright
Hi there,
sorry to hassle you all but I have a table where each client may have more
than one mulitplier attached to their file
eg.
Client 1 . . . 1
Client 1 . . . 2
Client 2 . . . 2
Client 2 . . . 2
Client 2 . . . 2
I need to calculate the product of all the entries ie client 1 would be
1*2=2 but client 2 would be 2*2*2=8
Any suggestions?
sorry to hassle you all but I have a table where each client may have more
than one mulitplier attached to their file
eg.
Client 1 . . . 1
Client 1 . . . 2
Client 2 . . . 2
Client 2 . . . 2
Client 2 . . . 2
I need to calculate the product of all the entries ie client 1 would be
1*2=2 but client 2 would be 2*2*2=8
Any suggestions?