Results 1 to 4 of 4
  1. #1
    Bruzer is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    10

    newbie has stupid question

    Newguy here trying to understand tables and info gathering, attempting to create database for client records and case managment (drug treatment centre) 1 client file; personal info, past legal, employment, family and other case history. sould the tables be broken out or all in one? it seems to be client driven.

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Information should be broken down in to main areas and put in seperate tables like you have highlighted above i.e. personal info, past legal, employment, family and other case history etc

  3. #3
    Bruzer is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    10
    I thought about that but not sure how to create the relationship?

  4. #4
    c_smithwick is offline Underpaid Programmer
    Windows 7 Access 2003
    Join Date
    Jan 2010
    Location
    Lakeside, CA
    Posts
    49
    Basically, anything data that you have that is repeated in several records (e.g. City and State for an address entry) should be broken out into a "lookup" table. In the case that I mentioned you might have three tables - a data table with a field for CityID defined as a long integer and a field for StateID defined as long integer, a City lookup table with two fields, CityName defined as text and CityID defined as an Autonumber, and a similar lookup table for State. You will have a one-to-many relationship between the CityID field in the City table and the CityID field in your data table, and a similar setup for your State table. This is known as "normalization". Lookup the concept in a textbook or on the net and you can get some ideas as to how you might need to setup your tables and relationships

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

Similar Threads

  1. Newbie has a Query Question
    By Bruce in forum Queries
    Replies: 2
    Last Post: 11-20-2009, 10:38 AM
  2. Easy newbie question
    By pontuse in forum Access
    Replies: 4
    Last Post: 11-08-2009, 08:02 AM
  3. Question from a newbie
    By scarps626 in forum Access
    Replies: 2
    Last Post: 10-02-2009, 03:40 AM
  4. Newbie question
    By The_Dude in forum Programming
    Replies: 2
    Last Post: 12-23-2007, 07:11 PM
  5. Newbie question
    By benplace in forum Queries
    Replies: 1
    Last Post: 12-13-2005, 06:40 PM

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