jeremie_ingram
Registered User.
- Local time
- Today, 06:36
- Joined
- Jan 30, 2003
- Messages
- 437
I know this is going to sound simple, and will most likely kick myself later, but here goes.
I am creating a database that will track the history of certain transactions. The data will be imported on a daily basis into the tbl_CURR. I will then run a comparison to the data that was imported previously in tbl_DATA. What I am attempting to do is grab the records and create a documentible history based on various criteria (dates, owners, pass/fail). So the logic seems sound, compare yesterdays dload to todays dload, find the differences, then file them into a seperate table.
My problem is in extracting the unique records between the two tables. I have gone the route of a FIND UNMATCHED query, but the results are not what is expected and takes an extrodinary amt of time to process.
Any and all suggestion would be greatly appreciated.
Thanks
I am creating a database that will track the history of certain transactions. The data will be imported on a daily basis into the tbl_CURR. I will then run a comparison to the data that was imported previously in tbl_DATA. What I am attempting to do is grab the records and create a documentible history based on various criteria (dates, owners, pass/fail). So the logic seems sound, compare yesterdays dload to todays dload, find the differences, then file them into a seperate table.
My problem is in extracting the unique records between the two tables. I have gone the route of a FIND UNMATCHED query, but the results are not what is expected and takes an extrodinary amt of time to process.
Any and all suggestion would be greatly appreciated.
Thanks