close

Urgent work! I have two excel membership database, Club A amp; Club B.

I need to find out all the members who join Club A amp; B, and Club A members
who haven't join Club B. I will need to check it by tracing the IC(unique:
combine characters amp; numbers)

Anyone can advise on this? As for as I know, SQL able to solve this. Is it
possible to solve it in Excel and Access?

Thanks!

In Access you just use a SQL query. This will give you all the Club A
members who are not members of Club B

SELECT a.IC FROM ClubA a
LEFT OUTER JOIN ClubB b
ON a.IC = b.IC
WHERE b.IC IS NULLquot;Doeuquot; wrote:

gt; Urgent work! I have two excel membership database, Club A amp; Club B.
gt;
gt; I need to find out all the members who join Club A amp; B, and Club A members
gt; who haven't join Club B. I will need to check it by tracing the IC(unique:
gt; combine characters amp; numbers)
gt;
gt; Anyone can advise on this? As for as I know, SQL able to solve this. Is it
gt; possible to solve it in Excel and Access?
gt;
gt; Thanks!

I also have a little Excel file that will run a query against two
single-column lists in another workbook and return the unique entries in each
list that are NOT in the other list. If you post your email address I'll
send it to you

quot;Doeuquot; wrote:

gt; Urgent work! I have two excel membership database, Club A amp; Club B.
gt;
gt; I need to find out all the members who join Club A amp; B, and Club A members
gt; who haven't join Club B. I will need to check it by tracing the IC(unique:
gt; combine characters amp; numbers)
gt;
gt; Anyone can advise on this? As for as I know, SQL able to solve this. Is it
gt; possible to solve it in Excel and Access?
gt;
gt; Thanks!

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()