Results 1 to 2 of 2
  1. #1
    davidelsbury is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    4

    Existing template- add extra category/sorting

    Hi there
    Hoping you can help, as always

    I've downloaded the new, "Resource Scheduling" template from the MS website.
    I've adapted it to a somewhat different purpose, using it to schedule crew on concerts and shows. I've treated the people as resources, and the "Customer" field as the show name, so it's easy enough to schedule them in this way.

    What I want clarification on, is being able to enter the data seperately. You'll see from the screengrab that it gets rather messy with 7 entries for each person (a week's worth) and then with seperate shows...)

    I have created a report that sorts by "Customer", so the output is clear-ish.

    Am I correct in saying that all I need to do is to enter another column in each table and link them up, for the actual event ID?

    Hope this is clear enough (but probably not....) so please ask for clarification.
    Thanks


    David

    http://www.filesonic.com/file/418155...2011-12-12.mdb

  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,920
    I don't think this template quite fits your situation. Maybe one too many tables. Consider this structure:

    tblStaff
    StaffID (primary key)
    StaffLastName
    StaffFirstName

    tblEvent
    EventID (primary key)
    EventName
    EventStart (date/time)
    EventEnd (date/time)
    ContactName
    ContactPhone

    tblEventStaff
    ID (primary key)
    EventID (foreign key)
    StaffID (foreign key)
    ScheduleStart (date/time)
    ScheduleEnd (date/time)
    Confirmed
    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. Category redesign
    By squirrly in forum Database Design
    Replies: 16
    Last Post: 12-13-2011, 06:32 PM
  2. Extra ( in strWhere
    By TinaCa in forum Programming
    Replies: 2
    Last Post: 10-10-2011, 02:18 PM
  3. Replies: 0
    Last Post: 02-25-2011, 09:40 AM
  4. Replies: 1
    Last Post: 10-06-2009, 02:00 AM
  5. Replies: 0
    Last Post: 08-19-2008, 11:12 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