I am just through checking it. You guys are right. It did not double it.
Actually, one of the tables are giving me four records. Let me give you a
little description of my little project here: I am doing an audit involving
two supposedly similar tables. Each table has huge amount of information. It
has peoples worked hours, advances drawn during a certain week. And all info
is located under certain code. So, what I am doing is i am comparing them
together, doing it for each code. Table1 has to be processed and Table2 has
been processed.
I created queries for each code for two tables. I am stuck on deductions.
One employee was deducted twice. The queries are showing correct info: two
deductions for one employee.
I have 3 tables: InCommon (select query of Table1 and Table2) not grouped as
all records must be shown; InTable1_but_NotInTable2 (select query
Table1->Table2) not grouped as all records must be shown;
InTable2_but_NotInTable1 (select query Table1<-Table2) not grouped as all
records must be shown.
Then i unite them, the result shows that the employee has four deduction
records. If you know how to fix it, please help...
Thank you all for your precious time...