I have 3 databases:
db1
db2
db3
Each database has a table that I has a field that I need to compare between the three:
db1 - memshp.memshp (number)
db2 - names.acct (character)
db3 - names.acct (character)
What I need to return are all the records from all three databases that have duplicate records between them. I'm envisioning that I need to use subreports. I've setup my main report to shop all the memshp's from db1. I've added a subreport for db2 that shows all the acct's from db2. And I've added a subreport for db3 that shows all the acct's for db3. NOW, how do I convert the acct fields to number for the memshp field to character? When I use totext, the resulting field looks like 1,234,567.00. What I need is for it to look like 1234567. Am I going about this all wrong? Any guidance is appreciated!
db1
db2
db3
Each database has a table that I has a field that I need to compare between the three:
db1 - memshp.memshp (number)
db2 - names.acct (character)
db3 - names.acct (character)
What I need to return are all the records from all three databases that have duplicate records between them. I'm envisioning that I need to use subreports. I've setup my main report to shop all the memshp's from db1. I've added a subreport for db2 that shows all the acct's from db2. And I've added a subreport for db3 that shows all the acct's for db3. NOW, how do I convert the acct fields to number for the memshp field to character? When I use totext, the resulting field looks like 1,234,567.00. What I need is for it to look like 1234567. Am I going about this all wrong? Any guidance is appreciated!