Hello,
I've been using another database software for years but just changed jobs and I have use Access now. I was told that Access can't use data from related tables to create calculation fields.That was my bread and butter in my other program. Now I don't even know how to start designing my database.
I was advised to "Build a query. Or use domain aggregate function in textbox on form/report." Unfortunately, I don't see how either of those options will solve my problem and would really appreciate someone breaking it down for me.
For simplicity, say I have a table, Project that contains the basic assumptions of my project. For each project there are things that change year to year, so I have a table, YearData. There are 30 years for each project. Now to calculate cost per year, I need to multiply the values in one year's record with the overal project assumptions. The end result would be a new field in YearData that is (Projects::assumption1)*(YearData::field1). How would I perform and store this calculation? Once performed would information update automatically if the dependent variables changed?
Thanks