Results 1 to 5 of 5
  1. #1
    bigern87 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    8

    Report to query multiple entries

    I want to create a report that will take two tables that I have and link them and give me the output. Basically this is what I have: 3 fields primarily. 1. MRP Code which links the 2 tables together, 2. Part number, and 3. Planner name. I want to be able to link the part number to the planner name.



    Generally I want the report to be setup so that a user can paste a large list of part numbers and the output would be the planner names associated with the part. Let me know if you can help with this.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    It sounds like you have it mostly done.
    If you want a report on a single item, then you will need a 'report form'
    with a combo box for either planner or part. (i use mostly date ranges)

    the query would look at the combo to pull the records with the filter where [part] = '" & forms!frmRpts!cboParts & "'"
    the report would connect to this query.

    What do you need exactly?

  3. #3
    bigern87 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    8
    I want to report on multiple items. I want to be able to input a list of parts possibly separated by ";" or something like that and then get an output.

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    so you probably know that in the end it has to be correct SQL syntax and in your case I think primarily an OR statement....and so when you say " paste a large list of part numbers " - somewhere behind the scenes you need to transform that to the correct SQL....

    one can manipulate strings and replace the ":" symbol with OR and dynamically make up an SQL statement on the fly ....one could set up a multi value list box..... part of the answer is going to depend on how you want the user experience to go.....

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    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. Multiple Entries
    By kirtneyandrews in forum Forms
    Replies: 1
    Last Post: 08-22-2012, 11:26 PM
  2. Multiple Entries
    By alyon in forum Access
    Replies: 2
    Last Post: 05-15-2012, 07:45 AM
  3. Union Query and multiple entries
    By krutoigoga in forum Queries
    Replies: 1
    Last Post: 07-08-2011, 07:17 AM
  4. Multiple entries
    By danelliott in forum Access
    Replies: 3
    Last Post: 11-08-2010, 08:08 AM
  5. Multiple entries
    By Ziggy-R in forum Access
    Replies: 11
    Last Post: 10-03-2010, 07:42 PM

Tags for this Thread

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