To give you a most positive answer, Access can perform most any mathematical
calculation. The problem is the mathematical operations available within
Access and VBA tend to be on the fundamental side. So to perform high level
mathematics within Access requires a bit of integrating together some basic
mathematic functions to achieve a higher level function to get to the answer
you want. VBA and Access provide many math functions (average, product-sum,
product, addition, subtraction, division, Boolean math, integer math, to
name a few), so to achieve your answer you have to break down the high level
math you are trying to achieve to more simple steps. After you break down
the process you can apply the math functions available to achieve your
answer. Look up in the VBA and Access help files for the various basic math
functions that will combine to meet the functions available in Excel. I
have found that VBA and Access provide almost all the math capabilities that
Excel provides. Perhaps in somewhat less convenient form. Understanding
how Excel performs the math will help you derive a solution in Access.
Cheers,
Henry