Results 1 to 4 of 4
  1. #1
    KEVNDALE is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2012
    Posts
    2

    Using another table as a criteria for a make table.

    I have two tables.

    One table gives values for E-1 (execution week - 1 week) E-2 (two weeks til execution) and so on all the way up to E-15. This is called Weeks table.

    There is a simple action that updates that table every week with new values.

    Second table creator takes user input for what date the E-0 starts on (from the Weeks table). Multiple weeks tables are created based on > E-1 and < E-2 and so on and so on but this is all derived from input from the user when running the make table.



    I would like in the criteria for the make table for the various schedule weeks to automatically pull the E-1 column (example being 11/25/2012 11:00 pm) instead of having the user input that information in everytime and every week to make new tables.

    Any help would be greatly appreciated.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Having to continually create multiple similar tables indicates data structure is not optimized. Do you want to provide db for analysis? Follow instructions at bottom of my post.
    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.

  3. #3
    KEVNDALE is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2012
    Posts
    2
    The multiple tables are created to break down a work schedule into weeks.
    E-1
    E-2

    and so on and so on... That way the schedule can be reviewed for that work week. The criteria is what breaks it down into seperate weeks.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Still, constantly creating new tables indicates poor design. The conventional approach is a single table and then apply criteria to filter records. The criteria that 'breaks it down into seperate weeks' should be applied to filter a single 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: 5
    Last Post: 11-27-2011, 02:33 PM
  2. Replies: 1
    Last Post: 07-13-2011, 11:00 AM
  3. Make vba reference a table
    By tharless in forum Programming
    Replies: 4
    Last Post: 10-13-2010, 04:35 PM
  4. make a chart from the table
    By barkarlo in forum Access
    Replies: 0
    Last Post: 07-29-2010, 02:22 PM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 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