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

  • Home
  • SEARCH
  • 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 6384751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:48:51+00:00 2026-05-25T02:48:51+00:00

I have a table in MS Access that has 4 columns in it and

  • 0

I have a table in MS Access that has 4 columns in it and they all contain an id that is the primary key in another table and I want to know if there is another way to do this and if not how can I get Access to let me join on these without the error that it can’t tell what I am trying to join on. Pretty much these id’s are part of a student table and they contain ids for their supervisor for that block and there are 4 blocks and I need to be able to track what students each supervisor had for each block.

Supervisor Table:

CREATE TABLE supervisors 
( id NUMBER primary key
, last_name TEXT
, first_name TEXT
, mi TEXT
, m_number TEXT
, email HYPERLINK
, status TEXT
, notes MEMO
) ;

Student Table:

CREATE TABLE students 
( id NUMBER primary key
, last_name TEXT
, first_name TEXT
, mi TEXT
, m_number TEXT
, email HYPERLINK
, blk1_supervisor_id NUMBER
, blk2_supervisor_id NUMBER
, blk3_supervisor_id NUMBER
, blk4_supervisor_id NUMBER
) ;

I can’t get it to let me make the blk1, 2, 3, 4 fields foreign keys to the supervisor table let alone do a join on say blk1_supervisor_id and blk2_supervisor_id at the same time.

  • 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-25T02:48:51+00:00Added an answer on May 25, 2026 at 2:48 am

    You can keep your Supervisors table as it is now, have a Students table that has only true Student properties (down to email). then you create a StudentsSupervisor relationship table:

    CREATE TABLE StudentsSupervisors 
    ( StudentId NUMBER 
      SupervisorId Number )
    

    where both fields constitute the PK. If you NEED to identify further the relationship, you coudl add the blockNumber to that table, and eventually include it in the PK if the same SuperVisor can be linked to the same Student twice in different blocks.

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

Sidebar

Related Questions

I have a ms access database that has one table for each photo album
I have a table that has following columns id store_id store_name id and store_id
I have a legacy MS Access 2007 table that contains 52 fields (1 field
I have an access table which has some cells as blank ( no data
I have a table in an Access 2007 database. All fields are of type
I have a field on a table in MS Access, tblMyTable.SomeID, and I want
I have a class, Item that has many Rates . They are keyed by
Scenario: I have a fairly generic table (Data), that has an identity column. The
I have a linked table in ms-access that pulls data from a mysql database.
I have a database that has lots of data and is all neat, normalized

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.