Okay guys i need your help/ ideas
I'm the process on developing a basketball database, now this database will consist for all the universities in canada, as well as their information regarding both the men's and womens basketball programs, as well as writers and photographers who provide coverage their respective teams.
For each team i would have information on the Head Coach & Assistant Coaches as well as the writers/Photographers for that specific team.
So far my tables are
University Table
(ID, UniversityName, AddressLine1, AddressLine2, Department, City, Province/State, PostalCode/Zip, Country, TelephoneNumber, TelephoneExtension, FaxNumber, AthleticsWebsite, AthleticsEmailAddress )
This table will keep information regarding the university information from this table i will have couple command buttons for Mens Basketball (cmdMensBall) And Womens Basketball (cmdMensBall) which in fact will have informartion regarding Head Coaches and assistant coaches as well phographers & Writers
Coaches Table
(ID, FirstName, LastName, AddressLine1, AddressLine2, City, Province/State, PostalCode/Zip, Country, HomeTelephoneNumber, TelephoneExtension,
WorkTelephoneNumber, FaxNumber, MobileTelephoneNumber, EmailAddress1, EmailAddress2
Photographers & Writers Table
(ID, FirstName, LastName, AddressLine1, AddressLine2, City, Province/State, PostalCode/Zip, Country, HomeTelephoneNumber, TelephoneExtension,
WorkTelephoneNumber, FaxNumber, MobileTelephoneNumber, EmailAddress1, EmailAddress2, PortfolioWebsite, Category - (Photographer/Writer/Both)
Now my problem is that i would like to have the possibility to add more than one coach for a specific University and the same for writers&photgraphers without having to have a seperate table for assistance coach1, assistance coach2, Writer1, Writer2...
Any ideas, suggestions would be welcomed.
Thanks in advance...............
I'm the process on developing a basketball database, now this database will consist for all the universities in canada, as well as their information regarding both the men's and womens basketball programs, as well as writers and photographers who provide coverage their respective teams.
For each team i would have information on the Head Coach & Assistant Coaches as well as the writers/Photographers for that specific team.
So far my tables are
University Table
(ID, UniversityName, AddressLine1, AddressLine2, Department, City, Province/State, PostalCode/Zip, Country, TelephoneNumber, TelephoneExtension, FaxNumber, AthleticsWebsite, AthleticsEmailAddress )
This table will keep information regarding the university information from this table i will have couple command buttons for Mens Basketball (cmdMensBall) And Womens Basketball (cmdMensBall) which in fact will have informartion regarding Head Coaches and assistant coaches as well phographers & Writers
Coaches Table
(ID, FirstName, LastName, AddressLine1, AddressLine2, City, Province/State, PostalCode/Zip, Country, HomeTelephoneNumber, TelephoneExtension,
WorkTelephoneNumber, FaxNumber, MobileTelephoneNumber, EmailAddress1, EmailAddress2
Photographers & Writers Table
(ID, FirstName, LastName, AddressLine1, AddressLine2, City, Province/State, PostalCode/Zip, Country, HomeTelephoneNumber, TelephoneExtension,
WorkTelephoneNumber, FaxNumber, MobileTelephoneNumber, EmailAddress1, EmailAddress2, PortfolioWebsite, Category - (Photographer/Writer/Both)
Now my problem is that i would like to have the possibility to add more than one coach for a specific University and the same for writers&photgraphers without having to have a seperate table for assistance coach1, assistance coach2, Writer1, Writer2...
Any ideas, suggestions would be welcomed.
Thanks in advance...............