KingPhoenix
IS-IT--Management
Hi all,
Ok, i have an issue that i cant get my head around.
I have a report which exports a CSV file, to allow a SQL DTS to import automatically into another database. What i need in the report, is for it to check the new database, and if it already exists in there to suppress the record detail otherwise the DTS fails.
The issue is.... in Database 1, the Job number is stored as 33500 or 33500A ... in Database 2 the Job number is stored as IM-33500-1 or IM-33500A-1
The IM part is plain text, and the -1 on the end comes from another field in database 1...
I considered the idea of using shared variables and sub reports, so that if i ran a sub report in group header1A, then had the rest of my info in group header B, i could suppress conditionally based on a formula in the subreport but cant work out a forumla to return a 1 if the record exists in both databases etc...
Any help much appreciated
Ok, i have an issue that i cant get my head around.
I have a report which exports a CSV file, to allow a SQL DTS to import automatically into another database. What i need in the report, is for it to check the new database, and if it already exists in there to suppress the record detail otherwise the DTS fails.
The issue is.... in Database 1, the Job number is stored as 33500 or 33500A ... in Database 2 the Job number is stored as IM-33500-1 or IM-33500A-1
The IM part is plain text, and the -1 on the end comes from another field in database 1...
I considered the idea of using shared variables and sub reports, so that if i ran a sub report in group header1A, then had the rest of my info in group header B, i could suppress conditionally based on a formula in the subreport but cant work out a forumla to return a 1 if the record exists in both databases etc...
Any help much appreciated