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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:08:13+00:00 2026-06-04T15:08:13+00:00

I am struggling to get this one to work!! i know its simple… I

  • 0

I am struggling to get this one to work!! i know its simple…

I have a table full of jobs, and a table containing locations (in order that new locations can be added dynamically and populate dropdowns etc.

What I want to do it return all jobs at one location (not a problem) they are assigned a location ID that corresponds with an ID per location (which contains job_location_ID, job_Location_name, job_Location_Country)

sql = "SELECT  [job_ID],
        [job_ref],
        [job_title],
        [job_description],
        [job_location]
FROM    [Web_Xtr_HR]
WHERE   (
          ( [job_ext_int_both] = 1 )
          AND ( [job_location] = " + theIndex + " )
        )
ORDER BY [job_ID] DESC"

This reads all the items in, so what i need to do, per result is include the job_Location_name that is associated, with the job_Location_ID in the other table ([Web_Xtr_Job_Locations])

help!

  • 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-04T15:08:14+00:00Added an answer on June 4, 2026 at 3:08 pm

    Use Inner Join like this:

    "SELECT  [Web_Xtr_Job_Locations].job_Location_name,
            [Web_Xtr_HR].[job_ID],
            [Web_Xtr_HR].[job_ref],
            [Web_Xtr_HR].[job_title],
            [Web_Xtr_HR].[job_description],
            [Web_Xtr_HR].[job_location]
    FROM    [Web_Xtr_HR]
            INNER JOIN [Web_Xtr_Job_Locations]
                ON [Web_Xtr_HR].job_location_id = [Web_Xtr_Job_Locations].job_location_id
    WHERE   (
              ( [Web_Xtr_HR].[job_ext_int_both] = 1 )
              AND ( [Web_Xtr_HR].[job_location] = " + theIndex + " )
            )
    ORDER BY [job_ID] DESC"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm really struggling to get this to work in xcode 4. I have one
I'm struggling to figure this one out, sessions work when i run my application
I have been struggling with this issue for 3 hours. I know I can
So I have been struggling with this one all morning. I have read a
I've been struggling to work this out all afternoon - it seems pretty simple
Ok so i've been struggling to get my head around this for a few
I am struggling to get my head around operator overloading. In this case the
Attempting/struggling to get registration and sign-up working within an active admin project. I have
I am struggling to get a subsonic select query to work, I am writing
i am seriously struggling to get my head around regex. I have a sring

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.