Results 1 to 2 of 2
  1. #1
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154

    Multiple requirement in Queries


    Dear

    I have a question which i fail in Query

    I have a make a query to select clients that purchase only selected items in a shopping list of 10 choice

    as if client select the item, it just shows "1"

    i want to check, what the client puchased or which item he checked "1"


    In Query


    [item 1] [item 2] [item 3] [item 4]
    Criteria >1
    or >1 >1

    How should i do that ?

    Eric

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    make Q1, to count the 1s.
    select clientID from tShopping where [Qty] =1

    then make Q2:
    use Q1 to pull the clients
    select tClients.* from tClients,Q1 where Q1.clientID =tClients.clientID

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

Similar Threads

  1. Replies: 2
    Last Post: 05-21-2017, 05:40 PM
  2. Help with Split Form requirement.
    By ravikiran in forum Access
    Replies: 1
    Last Post: 02-02-2016, 05:11 PM
  3. How do I undo the requirement to login every mdb
    By garymkrieg in forum Security
    Replies: 3
    Last Post: 07-11-2011, 03:53 PM
  4. Make requirement in form
    By jmk909er in forum Programming
    Replies: 6
    Last Post: 10-22-2010, 01:05 PM
  5. Report template requirement
    By pieniaszek in forum Reports
    Replies: 0
    Last Post: 07-29-2009, 07:25 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