I
ivysgarden
I am trying to print out a report that compares two tables. The tables have
the same headings. One table is from my department and the other table is
from another department. I need to make sure that we balance (which we NEVER
do). So I need to be able to show which records are not balancing.
Simple enough. Now my dilema.
The information could have duplicate records in either table, thus
duplicating the amount.
SAMPLE:
Table 1:
File# Veh $ Misc $
07-145678 $3,639
Table 2:
File# Veh $ Misc $
07-145678 $3,639 $300
07-145678 $500
REPORT shows:
File# Veh $ Misc $ Veh $ Misc $
07-145678 $3,639 $3,639 $300
07-145678 $3,639 $500
I even tried doing it through a querry and I get the same thing. If the file
has two or more records associated with it then I get it duplicated on the
report. I even tried to do a sum of the records with the same file #......
that did not work.
HELP
the same headings. One table is from my department and the other table is
from another department. I need to make sure that we balance (which we NEVER
do). So I need to be able to show which records are not balancing.
Simple enough. Now my dilema.
The information could have duplicate records in either table, thus
duplicating the amount.
SAMPLE:
Table 1:
File# Veh $ Misc $
07-145678 $3,639
Table 2:
File# Veh $ Misc $
07-145678 $3,639 $300
07-145678 $500
REPORT shows:
File# Veh $ Misc $ Veh $ Misc $
07-145678 $3,639 $3,639 $300
07-145678 $3,639 $500
I even tried doing it through a querry and I get the same thing. If the file
has two or more records associated with it then I get it duplicated on the
report. I even tried to do a sum of the records with the same file #......
that did not work.
HELP