So I have a few tables I am trying to figure out the best way to join them in order to create an interface that will display data from multiple tables.
For example. I have a table Fund (which has contact information), a table budget (which has budget information for each of the funds. There is a line item in budget that has each years fund budget.
The common thread is there is a dept number for the fund in the fund table and a corresponding dept number in the budgets table.
I am trying to figure out the best way to report on each fund and their budget. Particularly, their current budget (there is a field in the budget for each budget year), so in a nutshell, I want to see all the information from the fund table and the corresponding current budget for that fund from the budgets table.
Its so simple to do this in excel or access but I cannot figure out how to link two tables to display the information in airtable.
Any helps is appreciated.