Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8987233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:44:23+00:00 2026-06-15T21:44:23+00:00

In Microsoft Access, I am trying to create a report by combining data from

  • 0

In Microsoft Access, I am trying to create a report by combining data from two tables in to a listbox:

Table One Holds the ISBN (which is like the bookID):

tbl_StudentOrderLine:

   ISBN  Qty  Price  StudentPurchaseID
    1224  1    6         12

tbl_Books:

ISBN  BookTitle  Author
1224    Random   Someone

I would like to produce listbox to show the details for each book where the ISBN matches the ISBN in the tbl_StudentOrderLine and the only ISBNs shown are the ones with StudentPurchaseID = 12

It doesn’t have to be a listbox to show the results, any ideas will be helpful

I have tried a UNION ALL and Have tried creating multiple listboxes but nothing seems to work so any help is much appreciated!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:44:24+00:00Added an answer on June 15, 2026 at 9:44 pm

    Have you tried using a JOIN?

    Something like

    SELECT  *
    FROM    tbl_StudentOrderLine sol INNER JOIN
            tbl_Books b ON  sol.ISBN = b.ISBN
    WHERE   so.StudentPurchaseID = 12
    

    Have a look at this tutorial, always helpfull.

    Introduction to JOINs – Basic of JOINs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to Microsoft Access and I am trying to create a report
I am looking for a way in Microsoft Access to create a temporary table
I'm trying to create a VB6 application linking to Microsoft Access 2007. I'm going
I am trying to create a batch file to read a Microsoft Access .ldb
i am trying to return just one piece of data from amazon by connecting
So I am trying to create a chart in Microsoft Access. I have my
I am trying to export a table from MS Access (2007) to DB2 (9.7
I'm trying to use the Microsoft Debug Interface Access SDK from C#. This is
I am trying to create an App in Microsoft Access 2007. How can I
I am trying to create a form in Microsoft Access that has 2 ComboBoxes.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.