G
Grease
Hi,
Scenario:
A community with several subdivisions. The number of subdivisions can grow.
Each subdivision contains lots. Width and length of each lot is known.
Some lots are occupied, some are not.
I want to create a report that will show the total number of lots that are
occupied,
and the total square footage that is occupied versus those that are not for
each subdivision.
The tables looks like this:
lotInfoTbl:
lotID (char 4) (key)
subdivisionID (long int)
lotLength (long int)
lotWidth (long int)
occupied (yes/no)
subdivisionsTbl:
subdivisionID (autoNumber) (key)
subdivisionName (char 25)
Any help generating this report is much appreciated.
Thanks.
Cheers,
John
Scenario:
A community with several subdivisions. The number of subdivisions can grow.
Each subdivision contains lots. Width and length of each lot is known.
Some lots are occupied, some are not.
I want to create a report that will show the total number of lots that are
occupied,
and the total square footage that is occupied versus those that are not for
each subdivision.
The tables looks like this:
lotInfoTbl:
lotID (char 4) (key)
subdivisionID (long int)
lotLength (long int)
lotWidth (long int)
occupied (yes/no)
subdivisionsTbl:
subdivisionID (autoNumber) (key)
subdivisionName (char 25)
Any help generating this report is much appreciated.
Thanks.
Cheers,
John