Les Simpson
Registered User.
- Local time
- Today, 01:49
- Joined
- Jul 7, 2010
- Messages
- 17
Hi all. A newbie here. I have been working on a membership database in Access 2007 for our gliding club and am seeking to avoid repeating addresss.
I cannot get this to work either in tables or in Forms.
This is what I have done so far:
4 tables:
Member
ID field autonumber Primary Key- One to Many
and all the usual membership fields
MemberAddresses
MemberID field ForeignKey to the Primary key ID in Member table above
AddressID field ForeignKey to the Primary key in Adresses table below
AddressType field I used the selection wizard for address types. This is the many side to one record in the AddressType file below.
AddressType
ID Field autonumber. The one side of many in AddressType field in MemberAddresses.
AddressType field. 3 records, Home, Work and Next of Kin.
Addresses
ID autonumber Primary Key- One to Many in MemberAddresses table
And all the usual address fields.
Would appreciate a steer as to why this does'nt work.
Les
I cannot get this to work either in tables or in Forms.
This is what I have done so far:
4 tables:
Member
ID field autonumber Primary Key- One to Many
and all the usual membership fields
MemberAddresses
MemberID field ForeignKey to the Primary key ID in Member table above
AddressID field ForeignKey to the Primary key in Adresses table below
AddressType field I used the selection wizard for address types. This is the many side to one record in the AddressType file below.
AddressType
ID Field autonumber. The one side of many in AddressType field in MemberAddresses.
AddressType field. 3 records, Home, Work and Next of Kin.
Addresses
ID autonumber Primary Key- One to Many in MemberAddresses table
And all the usual address fields.
Would appreciate a steer as to why this does'nt work.
Les