A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

1st Christian name, 2nd Christian name, etc. in the same lookup ta



 
 
Thread Tools Display Modes
  #1  
Old July 18th, 2008, 07:07 AM posted to microsoft.public.access.tablesdbdesign
Peter Stone
external usenet poster
 
Posts: 65
Default 1st Christian name, 2nd Christian name, etc. in the same lookup ta

Access 2003 XP Pro

I'm building a database of musicians.

1. Should I have 1st Christian name, 2nd Christian name, 3rd Christian name,
etc. all in the same lookup table and join to the main table in a
many-to-many relationship? I could then define the order of the Christian
Names (1st, 2nd, 3rd, etc.) in the junction table.

2. Should I put Nicknames (e.g., Stevie, Joe, Fats) in the same lookup table
as the Christian names or in a separate table or doesn't it matter? Initial
analysis indicates very little crossover between Nicknames and Christian
names.

Thank you
  #2  
Old July 18th, 2008, 07:38 AM posted to microsoft.public.access.tablesdbdesign
Tony Toews [MVP]
external usenet poster
 
Posts: 3,776
Default 1st Christian name, 2nd Christian name, etc. in the same lookup ta

Peter Stone wrote:

I'm building a database of musicians.


You're getting too complicated.

1. Should I have 1st Christian name, 2nd Christian name, 3rd Christian name,
etc. all in the same lookup table and join to the main table in a
many-to-many relationship? I could then define the order of the Christian
Names (1st, 2nd, 3rd, etc.) in the junction table.


Put those in one field. Last name in a separate field of course.

2. Should I put Nicknames (e.g., Stevie, Joe, Fats) in the same lookup table
as the Christian names or in a separate table or doesn't it matter? Initial
analysis indicates very little crossover between Nicknames and Christian
names.


Put nicknames in another field.

When doing name searching use the Like operator (along with the *s or
%s) and search both the name and the nick name field.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
  #3  
Old July 18th, 2008, 01:23 PM posted to microsoft.public.access.tablesdbdesign
Peter Stone
external usenet poster
 
Posts: 65
Default 1st Christian name, 2nd Christian name, etc. in the same looku

Thank you Tony
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.