Results 1 to 3 of 3
  1. #1
    scarps626 is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2009
    Posts
    1

    Question from a newbie


    Hello all,

    To say my Access skills are weak would be an understatement. I'm trying to come up with the best way to build a database and I appreciate ANY help. Here is my situation:

    I want to build a database for my company that will house information on employees' previous work experience and skills. For example, if I was looking for someone that previously worked at Company X, I could go to the database and search and find people that worked there.

    My question: What is the best way to do this? What if there are multiple answers to a question (i.e. previous companies worked for)? How do I set that up? I realize how novice these questions are, but I haven't used Access in a long time. Any help is appreciated!

    Thanks.

  2. #2
    CGM3 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Atlanta, GA
    Posts
    49
    The only suggestion that occurs to me is to have a "master" table that holds information about the employees -- name, ID, possibly address & phone number, etc. -- and a subsidiary table for previous work experience, each record for a previous job or position for the employee, with the key for this latter being in two parts, one being the employee ID and the other something like an ordinal number. For instance, for employee ID A1234, his latest work experience record could have a key of A1234 | 1, his next most recent could be A1234 | 2, and so forth.

    Of course, you could just make the second part of the key an autonumber, then sort the records in queries and reports by the employee ID and whatever other fields seem appropriate: company name, last date worked, etc.

    The formats of these records, of course, would depend on what data they need to contain.

  3. #3
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    If you company has an job application form then use this as the bais of your database. Each prospective employee will fill in one of these forms (hopefully).

    Page one will be about them (Parent record) Previous employment will be the repeating detail records (Child records). You should also create your forms to match the fields on the form starting top left to bottom right.

    Someone will have to enter this data into your database, by following this design they will find it very easy to transfer from paper to database.

    Look at the type of questions asked, are they dates? yes/no questions, explanations, etc. This will give you a guide as to the type of fields you need and the size of the fields.

    David

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

Similar Threads

  1. Newbie Here & Stuck
    By FOZILD in forum Access
    Replies: 5
    Last Post: 09-24-2009, 08:26 AM
  2. Replies: 5
    Last Post: 08-05-2009, 12:13 PM
  3. Newbie question
    By The_Dude in forum Programming
    Replies: 2
    Last Post: 12-23-2007, 07:11 PM
  4. Newbie question
    By benplace in forum Queries
    Replies: 1
    Last Post: 12-13-2005, 06:40 PM
  5. Newbie filter question
    By benplace in forum Access
    Replies: 1
    Last Post: 12-03-2005, 08:31 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