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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:43:16+00:00 2026-05-17T18:43:16+00:00

All right, I’ve got two tables in my Access 2007 database (well, more than

  • 0

All right, I’ve got two tables in my Access 2007 database (well, more than that, but the question applies to these two…):

part
  part_no
  ...
  supplier_id
  special_supplier_id
  ...

And

supplier
  supplier_id
  supplier_nm      (NB: Caption="Supplier Name")
  special_supplier_flg

Now I’ve built a query :

SELECT p.part_no, s.supplier_nm, ss.supplier_nm AS special_supplier_nm
FROM
  part AS p INNER JOIN
  supplier AS s ON p.supplier_id = s.supplier_id INNER JOIN 
  supplier AS ss on p.supplier_id = ss.supplier_id

All well and good, and it seems to work for the simple select (if there are any errors in the query itself, it’s an artifact of retyping it for the question, and not what the question is about), and should work for code applications as well.

The problem, though, is that if I open the datasheet view of the query, both of the name fields are labeled “Supplier Name”. Is there any way around this?

  • 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-17T18:43:16+00:00Added an answer on May 17, 2026 at 6:43 pm

    Try this:

     SELECT p.part_no, s.supplier_nm, (ss.supplier_nm + '') AS special_supplier_nm. . .
    

    However, if you’re using the query builder you may need to be careful not to build the query with the “default” alias (from the caption) first, because that seems to stick around in some not-visible metadata.

    Also, if you can edit this query in Access’ query builder, if you right click on the field in question there is an option to set the caption property inside the query, and this will override whatever caption was on the original table column.

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

Sidebar

Related Questions

All right all, So I've got a UITableView that is inited in applicationDidFinishLaunching like
All right real quick question guys. I know that C# Forms have the OnPaint()
I'm not sure the title of question is all right, as well as how
All right, this must be an absolutely easy question, and I apologize for that.
you all know: right click -> zoom in or out in flash file, well,
All right, I've seen some posts asking almost the same thing but the points
All right, you guys were very helpful with my last question, so I'll try
I use AutoBean to code/decode data to JSON and that was all right in
All right guys and gals it's time for the age old question, how do
All right this is kind of embarrassing, but I am not sure what is

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.