• Splitting a table (2003 sp2)

    Author
    Topic
    #432943

    I need to build a new database to manage tax payments on real estate properties. I have attached a table to represent the data the database will manage. The table has many to many relationships which I want to break down. I started with my own ideas but get too many records when I join them in a query. I tried the wizard, which broke it down a little differently but when I selected create a query it failed.

    The Asset Number represents the property. The Tax Authority breaks the properties into Parcels. An Asset Number may have many Parcels but a Parcel only one Asset Number. An Asset Number may have many Tax Authorities, and a Tax Authority many Asset Numbers. At this point I believe I have a good breakdown of the table, but without including the Amount and Due Date a query doesn’t give me all the records since many Asset Numbers are charged quarterly. I have tried several ways to join the Amount and Due Dates into a query but always get too many records. The Amount is related to the Parcel and the Due Date to the Asset in the real world, but threating them so in a table does not give me the correct results. After a frustrating week I am really looking for some suggestions with this. Any help would be greatly appreciated.

    Viewing 1 reply thread
    Author
    Replies
    • #1016853

      The screenshot below shows what my suggestion would be.

    • #1016858

      Here is a slightly different one.

      Your central table records tax payments. Each payment has an amount and a date, and is to an authority, and is about a parcel (and therefore also about an asset).
      You could make more than one payment to the same authority about the same parcel, so I have given that table an autonumber field as a key.

      • #1016866

        I see the error of my ways. I had combined the Parces ID and Tax Authority ID as a single key. Thanks for your help.

    Viewing 1 reply thread
    Reply To: Splitting a table (2003 sp2)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: