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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:35:13+00:00 2026-05-11T10:35:13+00:00

I have a table called tblIssueTicket tblIssueTicket contains the fields: TicketID, TicketRequesterID, ApprovalManagerID, RequestDate,

  • 0

I have a table called tblIssueTicket tblIssueTicket contains the fields: TicketID, TicketRequesterID, ApprovalManagerID, RequestDate, ApprovalDate, TicketStatus

There is another table called tblEmployeeProfile. tblEmployeeProfile contains fields EmployeeID, EmployeeFirstName, EmployeeLastName

I need to display the following records:

TicketID, TicketRequesterFullName, ApprovalManagerFullName, RequestDate, ApprovalDate, TicketStatus

I am having problems figuring out the query to return the fullname of the TicketRequester & fullname of ApprovalManager fields.

My query so far looks like this:

Select it.TicketID,     ep.Firstname + ' ' + ep.EmployeeLastName AS TicketRequestorFullName,     it.RequestDate, it.ApprovalDate, it.TicketStatus FROM    tblIssueTicket it, tblEmployeeProfile ep WHERE   ep.EmployeeID = it.TicketRequesterID 

Any advice would greatly appreciated.

Thanks

CM

  • 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. 2026-05-11T10:35:14+00:00Added an answer on May 11, 2026 at 10:35 am
    SELECT   it.TicketID,       ep.Firstname + ' ' + ep.EmployeeLastName AS TicketRequestorFullName,       mp.Firstname + ' ' + mp.EmployeeLastName AS ApprovalManagerFullName,       it.RequestDate,    it.ApprovalDate,    it.TicketStatus FROM       tblIssueTicket it   INNER JOIN  tblEmployeeProfile ep ON ep.EmployeeID = it.TicketRequesterID   INNER JOIN  tblEmployeeProfile mp ON mp.EmployeeID = it.ApprovalManagerID 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have table called as Support, which have a field named Name and contains
I have a table called Stock and another called Listed, within the Stock Table
I have a table called employee with following fields Id | Name | PrimaryEmail1
i have table called type which contains data family,individual i want in some pages
I have a table called student within it are several fields including: student_matric I
I have a table called profiles. There was a column in this table called
I have table called FinalForgotten which only contains one field called aname. The field
I have a table called CountriesList with ID and Country columns. I have another
Have a table called user_products that contains a record for each product the user
I have table called product product_id product_Name product_Price product_Description product_image category_id another table category

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.