Results 1 to 4 of 4
  1. #1
    everette is offline Novice
    Windows Vista Access 2007
    Join Date
    Oct 2010
    Posts
    17

    Probably a Strange thing to ask

    I'm trying to append the information from one table to another table multiple times to simulate work days in a period of time.
    What I'm trying to do: I have a database for checking out equipment. I can determine what is checked out or not checked out for a day, but I'm trying to do it for a month, week, 2 weeks or any other period of time.
    I can collect the checked out equipment for a period of time but cannot or I'm unable to figure out how to obtain the names of the equipment not checked out.
    I have a table with all the information for each piece of equipment in it. My thoughts are that if I append it to another table the number of times the number of days in the period. I could link the table with the equipment that is checked out and the appended table to get the difference.


    Any ideas, Any help. I'm stuck.
    Not much of a programmer.
    Thanks
    Everette

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Just read your post.
    I don't understand your
    My thoughts are that if I append it to another table the number of times the number of days in the period. I could link the table with the equipment that is checked out and the appended table to get the difference.
    You say
    I have a table with all the information for each piece of equipment in it
    So I think the underlying issue is

    (All Equipment) - (CheckedOut Equipment) = (Equipment NotCheckedOut)

    or putting a time period into the mix

    (All Equipment) - (Equipment CheckedOut Before Time Period) -(Equipment CheckedOut During the TimePeriod) = (Equipment NotCheckedOut During the Time Period)

    I think you're going to need a Transaction Table that identifies

    who
    did what(CheckedOut)
    which equipment
    when (on what day)
    for how long

    and another transaction for CheckedIn

    who
    did what(CheckedIn)
    which equipment
    when (on what day)

    You will probably (eventually) need another transaction type that will deal
    with shrinkage. (That's when equipment or inventory goes missing for whatever reason). Often needed to reconcile issues when "a physical inventory check is done".

    Hope these thoughts are useful.

  3. #3
    everette is offline Novice
    Windows Vista Access 2007
    Join Date
    Oct 2010
    Posts
    17
    When someone checks out the equipment it goes into a table and I'm able to look at the data. The problem is when the equipment is not checked out it is not in the table.
    I have a table with all the equipment in the table. It shows the equipment id, the owner, etc.
    I cannot figure out how to tell what is not checked out over a period of time. I can tell for one day because everything is only checked out one time for each day. But over multiple days, There a multiple check outs and multiple days. If I were able to run the daily report each day and append to a table that would be great, but I'm not always able to run the report for each day.
    Hopefully this helps make it a little more clear.

    Thanks for your help.
    Everette

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    The problem is when the equipment is not checked out it is not in the table
    .

    I think this is saying you have some manual/semi automated human procedural issues.

    Companies take a physical equipment inventory to reconcile what they think they have and what they really have. They use the process to "cleanse" human procedures and related tasks and responsibilities, and to ensure the status of their inventory is "correct" as of that date.

    You need to record DateIn and DateOut and have some form of receipt or signature (if the equipment or the inventory of equipment is that important). No exceptions that allow equipment to be checkedOut but not in the Table.

    [That's what I was getting at with "shrinkage" in my last post]

    This doesn't appear to be a database issue primarily, BUT a human/procedural lack of discipline. Maybe I'm missing something, but the best table and database design is not going to solve a procedural problem.

    See this link for a data model of possible use to you.

    http://www.databaseanswers.org/data_...sets/index.htm
    Last edited by orange; 03-26-2011 at 09:08 PM. Reason: added a link

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

Similar Threads

  1. Replies: 6
    Last Post: 02-04-2011, 04:26 AM
  2. Most likely a programming thing
    By dfelock in forum Programming
    Replies: 7
    Last Post: 12-21-2010, 11:10 AM
  3. Craziest Thing You've Seen/Done
    By Rawb in forum Access
    Replies: 1
    Last Post: 10-25-2010, 02:56 PM
  4. A Little bit strange...
    By Maverick1501 in forum Access
    Replies: 0
    Last Post: 03-29-2010, 09:59 AM
  5. Replies: 6
    Last Post: 03-17-2010, 10:09 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