memphiszen
New member
- Local time
- Today, 11:24
- Joined
- Jan 14, 2008
- Messages
- 3
Hello all,
I'm designing a property management database. There are many properties. Each property can have 1 or more units. How should I go about creating tables for these? Should I create a properties table and a units table?
At first I thought I should just create one table called Units. Each record would be a combination of property name and unit#. For example, if there was a property on Smith street with 5 units, then in the Units table, there would be 5 entries, smith1, smith2, etc. But somehow I thought this would not allow me to query and report financial figures accurately or as easily. Thanks for any suggestions.
I'm designing a property management database. There are many properties. Each property can have 1 or more units. How should I go about creating tables for these? Should I create a properties table and a units table?
At first I thought I should just create one table called Units. Each record would be a combination of property name and unit#. For example, if there was a property on Smith street with 5 units, then in the Units table, there would be 5 entries, smith1, smith2, etc. But somehow I thought this would not allow me to query and report financial figures accurately or as easily. Thanks for any suggestions.