Problem with duplicates and matching records

Homer J

New member
Local time
Today, 13:48
Joined
Jun 28, 2004
Messages
6
Hello All,

I have one table that shows commission payments and policy numbers
ie Table 1 fields
Inception Date
Policy Number
Commission Paid

I have a second table that shows every tranaction that has been processed on our system.
ie Table 2 fields
Transacted Date
Policy Number
Premium
Source Code

Table 2 will have a number of records using the same policy number for every transaction done on that policy. Each policy has a Source Code which is set when the policy is first set up & doesnt change when further transactions are processed.

My problem is that I'm trying to create a new table that would show all the records from Table 1 and the Source Code from Table 2 used with that Policy Number.

When trying to do this I cant get my new table to show all the records from Table 1 and because there are more than 1 record for that policy number on Table 2 it brings up duplicate entries.

Any ideas???
 
Right click queries properties in the grey and select unique records to yes.
 

Users who are viewing this thread

Back
Top Bottom