Hi all,
We are trying to move excel budgets to an online tracker app and I am thinking what is the best way to structure the database.
We have a few projects that have maintenance budgets for a number of years. In other words, we have the following structure:
- Projects : ie Building 1, Building 2 etc
- Each project then has a budget of repairs for each year for the future (ie 2023 ->X amount for Project 1, 2023->Y amount for Project 2
-Each project track actual expenditure and compare it against the set budgets.
- Each project then has a budget of repairs for each year for the future (ie 2023 ->X amount for Project 1, 2023->Y amount for Project 2
Is there a better way to structure the database and associate Projects->Years->Budgets & Actuals apart from having the following structure:
- Datatype : Project (list of projects)
- Datatype : Budget with fields Project (to link to above), year and value
- Datatype : Actual with fields Project (to link to above), year and value to compare against budget.
The reason that I think the above might not work is we have around 1000 projects and each project has many budget periods so the database would grow pretty fast.
Any advise would be appreciated.
Thanks