Hi,
I am working on creating a table in access 2013 and am trying to incorporate calculations that I am not familiar with in access. I have been able to create a draft of the calculation in excel, but cannot convert that to access language. If there is anyone
who would be able to provide any insight as to how to create these calculations or if it is even possible would be greatly appreciated.
-
We have created a table with the following columns “Base”, “EntityCode”, “Date”, “TotalUnits”, “UnitsSinceBase”, “MonthsSinceBase”, “AvgUnitsPerYear”.
-
We will track units on a periodic basis. Each EntityCode will eventually have many periods of units noted in the access table.
-
We want to be able to set 1 period for that EntityCode as the base and then calculate certain stats for future periods based on that Base period.
-
So, for a particular EntityCode, we would want to calculate UnitsSinceBase and MonthsSinceBase. Using those data points, we would want to calculate a third field which calculates an average annual units count (so total change in units,
divided by total months = amount per month……*12 is amount per year)
-
The base period may change overtime….currently using a Yes/No lookup drop down to indicate which period is the base.
-
If there are periods of information that have a date before the base date, we would want to make the three calculated fields display “N/A”, or something similar.
-

Thanks,
Doug