Results 1 to 2 of 2
  1. #1
    mjsel is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2009
    Posts
    1

    Create a manageable database

    I have an employee database that has way too many columns in it. In fact, soo many that I cannot add another. I need to figure out a way to break the information up but still be able to easily manage the data. I have been using queries to find the data I need but I know that there has to be a better way to house the info.



    The database houses: pay, training, benefits, evaluation, and general data like address, etc. Should I create seperate tables for the specific areas ie Benefits, Pay, etc?

    Also, is there a way to link two tables together so that information will auto-populate? Ex: I have an Employee table and a Benefits table. I want to be able to have the FirstName and LastName from Employee table to carry over into Benefits table as to not create duplicate entry. Is there a way to do so if it is linked to a primary key (EmpId)?

    Sorry for the book and thanks for your help. -M

  2. #2
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    It seams to me that you need to normalise your database. Seldom have I seen systems that run out of resources. Using primary and foreign keys is the route to take so that data is cascaded through without the need for duplication. what does you relationships look like?

    David

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

Similar Threads

  1. Trying to create Student fixtures database, need help!!
    By jmccullough in forum Programming
    Replies: 0
    Last Post: 08-10-2009, 01:56 PM
  2. create calendar form
    By nwalke in forum Forms
    Replies: 0
    Last Post: 06-30-2009, 10:35 AM
  3. Need to create a new db
    By ori in forum Access
    Replies: 5
    Last Post: 05-26-2009, 05:24 AM
  4. create sequential id
    By proudestmnky1 in forum Programming
    Replies: 0
    Last Post: 12-16-2008, 12:10 AM
  5. Create the link
    By accessman2 in forum Access
    Replies: 0
    Last Post: 03-13-2006, 01:16 AM

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