G
Guest
I just realized that my problem won't get much attention unless I post specifics. Here they are
I have one file (call it MONDAY) with the following fields
SEC_ID, SEC_DESC, SEC-SYMBOL, SEC_CLIENTS, CUSIP_NUMBER, ORIGINAL_PAYMENT_TYPE, RECORD_DAT
Then it gets replaced with another file (call it TUESDAY) which is cumulative - meaning it includes all the records from the MONDAY file but some things change. It adds records and some of the previous records are modified
I need to be able to take MONDAY and compare it to TUESDAY, revealing eveything that has added or changed
But wait, there's more! Some of the records have blank data in some of the fields. This seems to screw up the Find Duplicates Query I was trying to use. I was trying to append one table to the other and then run a Find Duplicates. The idea was that I could then delete the duplicates and only the different records would remain. However, the Find Duplicates Query seems to have a hard time with blank field values
Any suggestions as to how I can accomplish this seemingly simple task
thanks!!!
- S
I have one file (call it MONDAY) with the following fields
SEC_ID, SEC_DESC, SEC-SYMBOL, SEC_CLIENTS, CUSIP_NUMBER, ORIGINAL_PAYMENT_TYPE, RECORD_DAT
Then it gets replaced with another file (call it TUESDAY) which is cumulative - meaning it includes all the records from the MONDAY file but some things change. It adds records and some of the previous records are modified
I need to be able to take MONDAY and compare it to TUESDAY, revealing eveything that has added or changed
But wait, there's more! Some of the records have blank data in some of the fields. This seems to screw up the Find Duplicates Query I was trying to use. I was trying to append one table to the other and then run a Find Duplicates. The idea was that I could then delete the duplicates and only the different records would remain. However, the Find Duplicates Query seems to have a hard time with blank field values
Any suggestions as to how I can accomplish this seemingly simple task
thanks!!!
- S