Results 1 to 3 of 3
  1. #1
    pkott is offline Novice
    Windows XP Access 2010 (version 14.0)
    Join Date
    Oct 2010
    Posts
    2

    Requesting Materials Report Assistance

    Hello. I'm a new Access user, and I find myself a little over my head in a database I have to build, or rather the report I need to get from the database. The records list the pieces of a machine spanning levels of complexity from an individual, shaped piece of metal to an assembly of moving parts.

    Currently, this is what I have in my records:

    Item Number| Item Name | Item Status | Next Assembly | Part Level

    The Item Number is the unique ID key.
    The name is just that.
    The status is the level of production.
    The next assembly is the assembly of parts that the part, or subassembly in question belongs to.
    The part level is the level of complexity, with level 1 being the entire machine.

    My question is this: How can I take that information, or this and additional fields, to get an output that lists each item, starting with the entire machine, and branching out to each of the assemblies, sub assemblies and individual parts, each next level down indented below the one above it.

    For example:

    Examples given in: 'item number' 'item name' 'status' format


    123 Top Assembly Released


    124 Assembly Not Released


    100 Sub Assembly In Review


    554 Part Released
    200 Part2 Released
    345 Assembly2 Released
    875 Part3 Not Released
    The reports I have produced through the wizard come out with duplicate item numbers and names, as they are listed from their own record as well as being the Next Assembly for others, and tend to not order the parts correctly. Managing to fix that issue, I'm left with the problem of the parts not being properly indented to denote level.

    I have very limited experience with coding, and was looking into what I could do with VBA, but the progress is slow and I'm pushing a deadline. Can anyone offer any help with how I can manage to get the results I need?

  2. #2
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Not a typical Access report.

    What is the Max number of levels down?

    If I were doing this I would look into using the Treeview control and VBA code to populate the tree.

  3. #3
    pkott is offline Novice
    Windows XP Access 2010 (version 14.0)
    Join Date
    Oct 2010
    Posts
    2
    So much for hoping for a quick fix. I guess I'll just keep studying VBA.

    But level 0 being the entire machine, the lowest level I know of is 5.

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

Similar Threads

  1. Bills of Materials / Inventory
    By CRM001 in forum Database Design
    Replies: 4
    Last Post: 05-20-2010, 01:52 PM
  2. Linking like materials
    By Gborowiec in forum Queries
    Replies: 1
    Last Post: 02-03-2010, 09:44 PM
  3. Need Assistance with Forms
    By JDA2005 in forum Forms
    Replies: 5
    Last Post: 06-30-2009, 03:37 PM
  4. Query Assistance Needed
    By elotromanuel in forum Queries
    Replies: 1
    Last Post: 03-17-2009, 09:31 PM
  5. Form requesting to save changes
    By stevo2820 in forum Forms
    Replies: 0
    Last Post: 07-30-2007, 07:41 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