Results 1 to 2 of 2
  1. #1
    Mossyb is offline Novice
    Windows XP Access 2002
    Join Date
    Sep 2014
    Posts
    1

    Question New to Database creation and need advice on structure.

    This is my first Database and I've got a few questions to ask before I spend hours wasting my time, So I hope you can help.



    I'm creating a database of schools and their contacts.

    It will have a field for the Local Education Authority, School Name and contact details for office, Head, Deputy, and SENCo (Special Education Needs Co-ordinator)

    Do I create a field for each of the the schools contacts details or do I create a field for the job Title so that each school will have multiple contacts but each individual will have their own record instead of the school as a whole having one record with lots of data?

    Basically this is the data that I wish to capture.

    LEA, School, Telephone, Fax, Email, Address, Address1, Address 2, Address3, Post Code, Sector (Primary, Secondary, Special ED), HEAD Teacher, HT Telephone, HT Email, Deputy Head Teacher, DHT Telephone, DHT Email, SENCo, SENCo Telephone, SENCo Email, School Manager, SM Telephone, SM Email. Last Visited, Last Telephoned, Last Placement, Notes.

    With each of the contacts I need a tick box or Yes/No field to signify if they are the point of contact for supply staff. There may be more than one within a school.

    Please give me some advise on how to structure this database as I will need to view all the contacts on one page when I pull the school details up in a form.

    Thanks in advance for any help.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I suggest you use the approach of a Title field. Need at least two tables.

    tblSchools
    SchoolID
    SchoolName
    Address

    tblSchoolContacts
    ContactID
    SchoolID
    etc.

    Maybe this will be helpful http://www.rogersaccesslibrary.com/
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 09-11-2014, 11:48 AM
  2. structure advice?
    By akwormy in forum Forms
    Replies: 2
    Last Post: 06-11-2014, 06:43 AM
  3. Advice on structure of VB Code
    By alsaf in forum Programming
    Replies: 2
    Last Post: 12-27-2011, 08:42 AM
  4. Database Structure Advice
    By Douglasrac in forum Access
    Replies: 9
    Last Post: 07-16-2011, 07:14 PM
  5. Table creation advice
    By Padawan in forum Access
    Replies: 6
    Last Post: 01-27-2011, 06:16 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums