Results 1 to 4 of 4
  1. #1
    limcalvin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2011
    Posts
    2

    Transactions Report

    Hi I was wondering if the following is possible to be done in Access 2007 and if so, how:



    Basically I'm in a department that always has a lot of repetitive tasks during certain periods of time.

    The tasks I do have a certain group of items I require to use.

    I am required to print out a list of items of which I've to use for a certain period of time to submit.

    Could it be possible that I could simply enter some data (i.e. enter 2 or more certain task) and I then generate an overall report of what items I've to use?

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Yes, but you would have to have a database where the larger task has the items you need for to complete it.

    For instance

    Code:
    tblTasks
    TaskID TaskDescription
    1      Wrapping Presents
    2      Washing Clothes
    
    tblEquipment
    EquipID EquipmentDescription
    1       Laundry Detergent
    2       Dryer Sheet
    3       Tape
    4       Box
    5       Scissors
    6       Wrapping Paper
    
    tblTaskEquip
    TEID TaskID EquipID Qty
    1    1      3       1
    2    1      4       4
    3    1      5       1
    4    1      6       2
    5    2      1       1
    6    2      2       2
    So that whenever you added a task to your list you could add up all the different items you needed and the quantities of those items.

  3. #3
    limcalvin is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2011
    Posts
    2
    Thank You for your assistance. How could I go about doing the above database?

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    I'm not going to build the database for you if that's what you're asking. If you have a specific question we can help.

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

Similar Threads

  1. Replies: 1
    Last Post: 08-16-2011, 09:24 AM
  2. Design multi user database - avoid simultaneity transactions
    By snoopy2003 in forum Database Design
    Replies: 2
    Last Post: 02-27-2011, 12:03 AM
  3. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  4. Replies: 3
    Last Post: 05-21-2010, 03:57 PM
  5. Transactions over multiple subroutines
    By jp2access in forum Programming
    Replies: 0
    Last Post: 08-30-2009, 10:34 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