M
Matthew Brandt
Access newbie~
Hello all, conceptually I understand normalization however applying it
is another matter. A quick overview of the project that I'm putting
together: I'm creating a database that tracks properties owned by
customers. The overall goal is to create a query that sorts/groups
property owners by particular areas on a map.
The essential variables for this are:
- ID (customer Id #)
- ParcelNum (Parcel number; a method of giving the map coordinates for
a specific piece of property...5423-260, 3632-021, 2634-124...etc)
- MapCo (map coordinates; township, range,& section)
The parcel number is the essential grouping field. The problem that
I've run up against is that some customers own multiple properties
whereas others may only own one (ParcelNum). I could setup fields for:
- ParcelNum1
- ParcelNum2
- ParcelNum3
However if queried to create a report, the grouping would be tiered:
- 2634-124 (ParcelNum1)
- 3632-0213 (ParcelNum2)
- 5423-260 (ParcelNum3)
What I would like to be able to do is have a query show all of the
parcel numbers in ascending order irrespective of which field it
originated from in the table:
- 2634-124
- 3632-021
- 5423-260
I'm sure I'm missing something simple. A nudge in the right
direction along with any database terminology to add to my knowledge
base would be happily appreciated.
~ Matthew Brandt
Hello all, conceptually I understand normalization however applying it
is another matter. A quick overview of the project that I'm putting
together: I'm creating a database that tracks properties owned by
customers. The overall goal is to create a query that sorts/groups
property owners by particular areas on a map.
The essential variables for this are:
- ID (customer Id #)
- ParcelNum (Parcel number; a method of giving the map coordinates for
a specific piece of property...5423-260, 3632-021, 2634-124...etc)
- MapCo (map coordinates; township, range,& section)
The parcel number is the essential grouping field. The problem that
I've run up against is that some customers own multiple properties
whereas others may only own one (ParcelNum). I could setup fields for:
- ParcelNum1
- ParcelNum2
- ParcelNum3
However if queried to create a report, the grouping would be tiered:
- 2634-124 (ParcelNum1)
- 3632-0213 (ParcelNum2)
- 5423-260 (ParcelNum3)
What I would like to be able to do is have a query show all of the
parcel numbers in ascending order irrespective of which field it
originated from in the table:
- 2634-124
- 3632-021
- 5423-260
I'm sure I'm missing something simple. A nudge in the right
direction along with any database terminology to add to my knowledge
base would be happily appreciated.
~ Matthew Brandt