|
|
Help! Unmatched Data Query
Hello! Here's what I'm trying to do, I'm not sure if an Unmatched Data Query
is the best answer or that this can even be done in Access.
I have one table that users request changes to a billing code (The billing
code table has about 20 columns). Our team updates the system (an internal
program, not Access) based off of the request. I have another table that I
imported from a reporting program that shows the change that actually occured
in our system.
I want to compare the two tables to ensure that there wasn't a typo or
missed field when we entered the information into our system.
I believe the unmatched data query only shows me the records that have
unmatched data. I need to know what the exact field is that has an error in
it.
Is this possible? I hope I made sense!
Thankyou!
|
|
0
|
|
|
|
Reply
|
Utf
|
5/5/2010 2:35:01 PM |
|
Chelsea
One approach to this might be to create a query, add both tables, join them
as appropriate (?via primary key fields?), then use something like the
following for EACH field (untested):
Expression1: IIF([table1field1] <> [table2field1],"CHECK THIS ONE","")
.... and repeat for all fields compared.
Add in the primary key field from one of the tables, and you'll get a
listing of all the records, their IDs and any discrepancies will pop out.
If you want to see ONLY the discrepancies, then underneath each of these new
expression fields in your query, use the Selection Criterion to show:
<>""
That way, ONLY the discrepancies will show.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"ChelseaS" <ChelseaS@discussions.microsoft.com> wrote in message
news:4D49BDD3-7784-40CB-B00C-1E4712AB4831@microsoft.com...
> Hello! Here's what I'm trying to do, I'm not sure if an Unmatched Data
> Query
> is the best answer or that this can even be done in Access.
> I have one table that users request changes to a billing code (The billing
> code table has about 20 columns). Our team updates the system (an internal
> program, not Access) based off of the request. I have another table that I
> imported from a reporting program that shows the change that actually
> occured
> in our system.
>
> I want to compare the two tables to ensure that there wasn't a typo or
> missed field when we entered the information into our system.
>
> I believe the unmatched data query only shows me the records that have
> unmatched data. I need to know what the exact field is that has an error
> in
> it.
>
> Is this possible? I hope I made sense!
> Thankyou!
|
|
0
|
|
|
|
Reply
|
Jeff
|
5/5/2010 3:49:00 PM
|
|
|
1 Replies
466 Views
(page loaded in 0.07 seconds)
Similiar Articles: Help! Unmatched Data Query - microsoft.public.access.queries ...Compare two tables and find records without matches - Access ..... by using the Find Unmatched Query ... one table to store data ... this article can help, but you ... Help. My query is not updateable - microsoft.public.access ...Help! Unmatched Data Query - microsoft.public.access.queries ... I ran a Find Unmatched Query using name in both tables. ... Help. My query is not updateable - microsoft ... Help with query for consecutive years - microsoft.public.sqlserver ...Help! Unmatched Data Query - microsoft.public.access.queries ... Help with query for consecutive years - microsoft.public.sqlserver ... Help! Unmatched Data Query ... Query to find missing data - microsoft.public.access.queries ...Help! Unmatched Data Query - microsoft.public.access.queries ... Many thanks Leslie ... have a form that allows me to enter data for a query to ... missing records ... you ... Double Booking Query - microsoft.public.access.queriesUnmatched Data Query - microsoft.public.access.queries ... Double Booking Query - microsoft.public.access.queries Any help would be greatly appreciated ... use the query ... Finding Difference in two tables - microsoft.public.access.queries ...Help! Unmatched Data Query - microsoft.public.access.queries ... Finding Difference in two tables - microsoft.public.access.queries ... Jim Use the query wizards. Problem with outer join - Invalid operation (Error 3219 ...Help! Unmatched Data Query - microsoft.public.access.queries ... Problem with outer join - Invalid operation (Error 3219 ... SO, you have two options: make the query in MS ... return all records, regardless of fields matching - microsoft ...Help! Unmatched Data Query - microsoft.public.access.queries ... return all records, regardless of fields matching - microsoft ... Karl, Maybe I am reading the Help wrong ... Finding Unmatched Records - microsoft.public.excel.newusers ...Compare two tables and find records without matches - Access ..... by using the Find Unmatched Query ... one table to store data ... this article can help, but you ... Intersection of tables - microsoft.public.access.queries ...... to the database window and go to queries. Click on New and select UnMatched Query. See if that will work for you. PC Datasheet Providing Customers A Resource For Help ... Help! Unmatched Data Query DataBase - DataBase Discussion List ...Hello! Here is what I am trying to do, I am not sure if an Unmatched Data Query is the best answer or that this can even be done in Access. I have one tab Help! Unmatched Data Query - microsoft.public.access.queries ...Compare two tables and find records without matches - Access ..... by using the Find Unmatched Query ... one table to store data ... this article can help, but you ... Search two tables for unmatched records - Access - Office.comSupport / Access / Access 2010 Help and How-to / ... identify these records is by using the Find Unmatched Query ... Structured Query Language (SQL): A database query and ... Compare two tables and find records without matches - Access ...Support / Access / Access 2007 Help and ... records is by using the Find Unmatched Query ... article only covers finding unmatched records. You use one table to store data ... ACC97: How to Use the Find Unmatched Query Wizard - Microsoft SupportYou can use the Find Unmatched Query Wizard to ... In the Database window, click Queries under Objects, and then click ... which Microsoft no longer offers support ... 7/23/2012 11:58:23 AM
|
|
|
|
|
|
|
|
|