Results 1 to 3 of 3
  1. #1
    michał123 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2015
    Posts
    1

    Solving task from Access database

    Hello, I need help with solving task for my studies. I have no idea how to do this task. Could someone explain the way how to do it?
    In attachment I uploaded 2 tasks and database.


    Thank you in advance
    Attached Thumbnails Attached Thumbnails test 3 3.jpg   test 3 2.jpg  
    Attached Files Attached Files

  2. #2
    nick404's Avatar
    nick404 is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2015
    Location
    Wisconsin
    Posts
    352
    Use queries and enter in the criteria it states for each field. For example the 3rd problem in your second picture would be a query where Buyer ID = "4084"

  3. #3
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    3. (just to start you)
    qsSellers = select [SellerId], [SellerName], [product] from tblInvoice
    qsSoldProducts = select [BuyerId], [BuyerName], [product] from tblInvoice where [BuyerCity] = "Paczkow"

    qsAnswer = select [product] from qsSellers, qsSoldProducts where qsSellers.Product = qsSoldProducts.Product

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

Similar Threads

  1. Replies: 2
    Last Post: 11-07-2014, 11:41 AM
  2. Replies: 17
    Last Post: 05-02-2013, 11:34 AM
  3. Replies: 0
    Last Post: 06-19-2012, 05:20 AM
  4. Solving Anagrams with Access
    By ronymaxwell in forum Access
    Replies: 6
    Last Post: 06-12-2012, 01:36 AM
  5. Help in Solving Warranty Period in Access
    By vdanelia in forum Access
    Replies: 4
    Last Post: 01-29-2011, 04:28 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