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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:31:37+00:00 2026-06-02T21:31:37+00:00

I have a table in an access database named CombinedBomItems. It contains the fields:

  • 0

I have a table in an access database named CombinedBomItems. It contains the fields:

QuoteNumber
ReferenceNumber
MFG
MFGPN
QtyPer
UnitOfMeasure
ReDesignators
Description
PCB

In the table there are multiple records with the same MFG and MFGPN. I need a query that consolidates the QtyPer for the records with matching MFG and MFGPN. I would like to have the following fields in the output of the query: MFG, MFGPN, Description, UnitOfMeasure, PCB. Can anyone help me with creating such a query?

  • 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-02T21:31:40+00:00Added an answer on June 2, 2026 at 9:31 pm

    The following query will sum up the QtyPer field and provide the fields you require. However, in order to be grouped together every fields value within the grouping must be the same.

    TRANSFORM Sum(QtyPer) AS SumOfQtyPer
    SELECT MFG, MFGPN, Description, UnitOfMeasure, PCB
    FROM CombinedBomItems
    GROUP BY MFG, MfgPN, Description, UnitOfMeasure, PCB
    PIVOT 'QtyPer'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table in an Access 2007 database. All fields are of type
I have an ms-access database called db.mdb and it contains various table. I;m creating
In ms-access database i have a table named tableA this table has a column
I have an Access database in which I drop the table and then create
I have a ms access database that has one table for each photo album
I have a MS access database. In that, one table consists of questions and
In an application we are developing, I have access to a database table which
If I have a class representing access to one table in my database in
Currently, I have a database access class named DB , which uses PDO .
I am facing problem with Inner join in Access Database. I have two table

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.