ExcelGirl1975
New Member
- Joined
- Nov 10, 2006
- Messages
- 22
I am creating a database that will track building square feet and any changes to that SF (e.g. vacate a floor equal to 5,000 square feet in 2011). I am still in the deisgn phase of this project and I am thinking that I will have a "plan" table where there will be:
Plan ID: primary key
Building ID: Foreign key
Plan Action: Partial Exit
Plan SF: -5,000 SF
Plan Date: March 2 2011
Does this seem reasonable?
More importantly - Will I be able to create a query that will summarize all of the changes to a building, say over 5 years in terms of Square Feet. So, for instance, if a building has 50,000 square feet total and the client vacates 1 floor this year, will I be able to create a query that shows current SF in January 2012? (Current SF in 2012: 50,000 - 5,000 = 45,000 SF)
Or is it best to do the analysis in excel (based on an extract of data from Access)
Plan ID: primary key
Building ID: Foreign key
Plan Action: Partial Exit
Plan SF: -5,000 SF
Plan Date: March 2 2011
Does this seem reasonable?
More importantly - Will I be able to create a query that will summarize all of the changes to a building, say over 5 years in terms of Square Feet. So, for instance, if a building has 50,000 square feet total and the client vacates 1 floor this year, will I be able to create a query that shows current SF in January 2012? (Current SF in 2012: 50,000 - 5,000 = 45,000 SF)
Or is it best to do the analysis in excel (based on an extract of data from Access)