Results 1 to 2 of 2
  1. #1
    randolphoralph is offline Advanced Beginner
    Windows XP Access 2002
    Join Date
    Dec 2008
    Posts
    58

    Ideas for database creation

    I need some direction on the best way to set-up a database I am working on.

    Right now I have 2 tables titled 'Employee' and 'Tasks'

    Under the 'Employee' table I have the following fields: employee name, department, location, and phone number.

    Under 'Tasks' I have the following fields: department and tasks.

    Example of Tasks Table

    Department________________Task
    Customer Service_______________Answer Calls
    Customer Service_______________Document
    Customer Service_______________Make Outgoing Calls
    Accounting____________________Special Project
    Accounting____________________Meeting


    My end goal is to create a form that will pull up each employee and list the specific tasks available for that employees department and allow the user to select 'Yes' or 'No' on each task.

    Each department has different tasks that they perform, and some departments have more tasks than others.

    My thoughts are to create a main form and then have a button that the users click on and it will pull up a sub form that tasks can be selected.

    I am not sure the best method to store the tasks in the table.



    Once the tasks are selected on the form where and how should I store them in the table? (Would the best way be to create a field for each task and return the 'Yes' or 'No' value to each field? The only problem is that I could end up with 100+ tasks between all the departments.)

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    Before designing forms you need to understand relational database concepts. Check the 'sticky' thread tutorials here http://forums.aspfree.com/microsoft-access-help-18/

    Assuming employees can have multiple tasks, you will need another table to relate employees with tasks - a 'junction' table.
    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: 1
    Last Post: 07-02-2010, 05:01 AM
  2. database creation
    By rchris494 in forum Database Design
    Replies: 1
    Last Post: 10-26-2009, 07:37 AM
  3. Need some ideas
    By amauricio2 in forum Database Design
    Replies: 0
    Last Post: 03-02-2009, 11:03 AM
  4. help with database creation
    By terrep263 in forum Database Design
    Replies: 1
    Last Post: 08-30-2006, 07:59 AM
  5. Will Pay $$$ for help w/ database creation!
    By eyesbryte in forum Access
    Replies: 1
    Last Post: 07-03-2006, 01:56 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