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 6676461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:59:28+00:00 2026-05-26T03:59:28+00:00

I have two ms access 2003(.mdb) file one is student record the other is

  • 0

I have two ms access 2003(.mdb) file one is student record the other is the test scores.

student record.mdb contents
tables:
basicinfo
schoolsattended
familyinfo

test scores.mdb contents
tables:
verbal
written

as you can see my student record.mdb has 3 table and the test score.mdb has 2, the important tables are only basicinfo, verbal and written dont mind the rest. what i want to do is count how many students got the specific scaled score using query for verbal and written as shown below.

[basicinfo](table1-student record.mdb)
[Name     age     rawscoreverbal    rawscorewritten](fields)
mark      16      6                 6
paul      17      5                 5
bryan     16      8                 8
jenny     16      7                 7

verbal(table1-test scores.mdb)
[rawscore     scaledscore](fields)
1                1
2                1
3                2
4                2
5                3
6                3
7                4
8                4
9                5
10               5

writen(table2-test scores.mdb)
[rawscore     scaledscore]fields
1                1
2                1
3                2
4                2
5                3
6                3
7                4
8                4
9                5
10               5

expected output

Verbal:
Scaled Score      Count
1                 0
2                 0
3                 2
4                 2
5                 0

written:
Scaled Score      Count
1                 0
2                 0
3                 2
4                 2
5                 0

I’ve tried using this code

SELECT v.scaledscore as [Scaled Score], count(i.rawscore) as [Count]
FROM verbal v LEFT JOIN basicinfo i ON v.rawscore = i.rawscore
GROUP BY v.scaledscore

it works but only if all tables are together in one .mdb file. But i need two separate .mdb files since i have something else to do with it. I dont wanna explain it since its a very long story. Is it possible? if it is, can anyone help me?

  • 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-05-26T03:59:28+00:00Added an answer on May 26, 2026 at 3:59 am

    In the MDB where you want to run the query, link to a table in the other MDB. If you make the link name the same as the table name, the query will find what it needs.

    To link to an external table in Access 2003, from the main menu choose File->Get External Data->Link Tables. From there, the dialogs will guide you through selecting the database and then the table.

    If Access 2007, find the Access icon above Import on the External Data section of the ribbon.

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

Sidebar

Related Questions

I have two databases, one is an MS Access file, the other is a
I have two different modules that need access to a single file (One will
I have two tables in a 2010 Access Database. One for Customers and One
Say we have two tables in an MS Access db: Service Users: | ID
System: Windows7, Access 2003, .mdb file, C# language, VS 2010 I'm doing queries with
Access 2003. I have two versions of an MS Access based application (data is
I am writing my first little Access 2003 application. I have two queries that
I have two computers with Windows Server 2003. One computer has some shared folders
I have an MS Access 2003 Database with more than 60 tables and 120,000
I have two Access 2003 databases ( fooDb and barDb ). There are four

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.