Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

access excel

ResolvedVersion Standard

Robert has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course

Access or Excel

If I have two databases of addresses (including many duplicates between the two) and I want a report of which addresses DO NOT appear in both, how would I do this?

Thanks Robert

RE: Access or Excel

Hi Robert

I would recommend Access for this job. the reason is that the querying power in Access is much more powerful that in Excel.

To start, i suggest having the two lists in two separate tables.

The simple way to check for records that do not exist in another table, is to use the NEW QUERY BUTTON in the Query section of the database window. This will allow you to start a wizard for an UNMATCHED QUERY.

Essentially the wizard will ask you to specify two tables, and the fields to compare. It will then build a query that shows you records that do not appear in the other table.
Do this twice, once for each table, compared to the other.

If you then take these two tables and make one table out of them, you should have a list of addresses that DO NOT appear in both.

Let me know how you go.

Regards


Richard
Microsoft OFfice Specialist

Access tip:

Hide Access Tables

One method of stopping your Access tables appearing in Database window, is to rename the table(s) with the prefix usys.

This converts the table into a system object, which cannot be viewed in the Database window.

You can show system objects in the Database window by the following:

Step 1: On the Tools menu, click Options.
Step 2: Click the View tab.
Under Show, select the System Objects check box.
Click OK.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.