I have seen that, thanks though. This is the problem. I have a table with dates and performance return numbers. I am trying to create a query that will multiply each of the performance numbers together (product) and give me a result. Kind of like the Stdev or sum function. I want the query to do what the Sum function does, but rather than add the numbers, I want it to multiply the numbers. The field name is LAGG, and each date has a number (eg: 1.02, 1.31...). How can I create a function that will multiply all the numbers in the same field and give me a total? Let me know if this isn't clear and thanks for your help.