A
Allison
Access 2003
Windows XP, SP3
This is still in the design phase. I'm trying to determine the best table
structure to end up with a form where I can input all info for one contact.
This is about addresses. I need to be able to isolate four different types
of addresses for each contact (contact ID and name are in a separate table).
For simplicity sake, I'll just call them AddressA, B, C, D.
The problem is, some contacts will have different addresses for all four
types. Some will have the same address for all four types. And some could
have one or two types of addresses be the same, but the others be different.
I'm trying to avoid having to type the same address multiple times. But,
still be able to query to get one type of address at a time. (For instance,
I may need to know all of AddressB for one project, or all of AddressC for
another one.)
I thought about a table called "tblAddressType", which would allow a
drop-down box on a form. But I'm stuck how to allow multiple types for one
address, but be able to identify them individually in a future query.
I think there needs to be some sort of interim query/table. Something that
creates a unique identifier for each address / type combination.
Any suggestions how to do this? Thank you for your help, and for your
patience in reading all this.
Windows XP, SP3
This is still in the design phase. I'm trying to determine the best table
structure to end up with a form where I can input all info for one contact.
This is about addresses. I need to be able to isolate four different types
of addresses for each contact (contact ID and name are in a separate table).
For simplicity sake, I'll just call them AddressA, B, C, D.
The problem is, some contacts will have different addresses for all four
types. Some will have the same address for all four types. And some could
have one or two types of addresses be the same, but the others be different.
I'm trying to avoid having to type the same address multiple times. But,
still be able to query to get one type of address at a time. (For instance,
I may need to know all of AddressB for one project, or all of AddressC for
another one.)
I thought about a table called "tblAddressType", which would allow a
drop-down box on a form. But I'm stuck how to allow multiple types for one
address, but be able to identify them individually in a future query.
I think there needs to be some sort of interim query/table. Something that
creates a unique identifier for each address / type combination.
Any suggestions how to do this? Thank you for your help, and for your
patience in reading all this.