Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Database Table Design
Table design question re duplicate fields
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Noëlla Gabriël, post: 13207647"] Hi, simply create 2 extra tables, a lookup table similar to: tlkpPhonetypes ------------------- fields: ptID (autonumber) = PK; ptDescription (text) = Business, private, mobile, ..... and a link table to link the persons to their phone numbers like: tblPersonsPhoneNr -------------------- fields: ppnID (autonumber) = PK; ppnPerson (long integer or same filed type as the PK of your persons table) = FK to your table persons; ppnPhoneType (long integer) = FK to tlkpPhonetypes.ptID; ppnPhoneNr (text): the field containing the actual phone nr if usefull you can add a remarks field where you can note things like: "only use this number from 9 to 5 " Hope this helps a bit [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Database Table Design
Table design question re duplicate fields
Top