S
silva
I built a database for rental purposes and I'd like to adapt it in order to
help calculate per centages based upon square footage for real estate tax
purposes. I have a central table which contains the basic information for
each unit such as:
[unit]
[building]
[city_zip]
[tenant_name]
I want to add a field to store the square footage of each unit, but I am
unsure as to how I would go about using that information to calculate the per
centage owed by each tenant and store the information. I could easily do i in
Excel or something and do a copy-and-paste, or import, or data entry, or
whatever, but I'd like to keep it all done within the database to reduce the
opportunity for clerical errors.
So assuming I added fields like [square_foot] and [per_cent] to store the
square footage and per cent of the building (respectively), how would I go
about setting things up to do the calculations? I don't need super-specific
details, just some help figuring out how to do a computation across multiple
records and store the results.
help calculate per centages based upon square footage for real estate tax
purposes. I have a central table which contains the basic information for
each unit such as:
[unit]
[building]
[city_zip]
[tenant_name]
I want to add a field to store the square footage of each unit, but I am
unsure as to how I would go about using that information to calculate the per
centage owed by each tenant and store the information. I could easily do i in
Excel or something and do a copy-and-paste, or import, or data entry, or
whatever, but I'd like to keep it all done within the database to reduce the
opportunity for clerical errors.
So assuming I added fields like [square_foot] and [per_cent] to store the
square footage and per cent of the building (respectively), how would I go
about setting things up to do the calculations? I don't need super-specific
details, just some help figuring out how to do a computation across multiple
records and store the results.