G
GGoodell
I would like to create a query that calculates the geometric mean. Can this
be done in Access 2003?
be done in Access 2003?
Access should be able to do this as the geometric mean would simply use theAccess does have some statistical functionality, but primarily it's a
DB. Can you expand on what a Geometric Mean is, just in case it's also
known by another name?
One approach would be to open a code module and set a reference to the
Excel object library, so you could use the geometric mean function
GEOMEAN.