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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:27:19+00:00 2026-06-06T15:27:19+00:00

I have data from two different sources that I need to combine. Some data

  • 0

I have data from two different sources that I need to combine. Some data is duplicated exactly and that’s fine, easy to handle. Some data matches on two points and is different on a third, so in these cases I need to make a decision on which to keep and which to discard. Is there a query I can run to find any two rows that have the same identifier and the same date but a different description, then if one description is A whilst the other is B, to delete the row that has description B?

  • 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-06T15:27:21+00:00Added an answer on June 6, 2026 at 3:27 pm

    In this case, I suggest you set up a form and subform. The form can be based on a query:

     SELECT FROM Table1
     INNER JOIN Table2
     ON Table1.ID = Table2.ID
     AND Table1.Date = Table2.Date
     WHERE Table1.=Description & "" <>  Table2.Description & ""
    

    The addition of “” on both sides prevents mismatches being missed where one side is null.

    The subform should be based on Table2 with the ID as the link child and master fields. You can then review both records before deciding on an action.

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

Sidebar

Related Questions

I have two tables containing data that are essentially headline lists from different sources.
I have two different tables from which I need to pull data blogs which
I have two datasets each with one data table pulled from different sources and
Setup I have two List<T> 's. The data is un-normalized and from different sources
I have an INSERT query that is pulling data from two tables and inserting
I need to get some data from a column. For example I have data
I have a table full of items from different sources. Some of the sources
I'm building an iPhone app that aggregates data from several different data sources and
I have a website that needs to pull information from two diffferent XML data
I have data from tests with two lists of parts, called in and out.

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.