I have data in two databases with similar data that I want to combine (one is for employees alone and the other database is used by clients). Although each database has similar fields, they are not exact.
Database1 has a a case_number format like PD07001001 (based on julian date in the middle). The second database has a case_number format like 070001001, which I can convert easily to PD07001001. BTW, neither database will contain the same exact case number.
So, I need to tap both databases, create one report and produce the results. Can this be done?
If so, how would I linked both databases together, or do I even need to, to accomplish this?
Database1 has a a case_number format like PD07001001 (based on julian date in the middle). The second database has a case_number format like 070001001, which I can convert easily to PD07001001. BTW, neither database will contain the same exact case number.
So, I need to tap both databases, create one report and produce the results. Can this be done?
If so, how would I linked both databases together, or do I even need to, to accomplish this?