New to CR. Opened 2 Goldmine tables, 'Contact1' and 'ContactHist', 1-to-many, on [AccountNo], a 16 character unique ID.
CR XI autojoined AccountNo (should be common to both) and RecID (should be unique to each). I eliminated the 2nd join. Tried every combination of joins and report construction and got the following.
For each Contact1.AccountNo I received display on only 1 matching ContactHist.AccountNo, namely, the first. For inner-joins I got 2 records. For left outer joins, I got 3300 records, but only detail on the first match. If I filtered for other known matches, then of course I got the ContactHist.AccountNo info for that Contact1.AccountNo. Otherwise, page after page of NULL set when doing outer joins. Same difficulties in reverse except the record count was 72,000.
I converted the *.mdf files to .xls and performed a VLOOKUP, returning a confirmed 450+ matches on [AccountNo] between the 2 tables.
What is going on?
Other Info:
* CR XI opening up a prior report done in CR 8 returns zero records (params: DtStart,DtEnd,TechID) but when run through a CR8 executable it is fine.
* If I pull records on EITHER the Contact1 OR the ContHist to a CR11 list report is it fine. Only when I join on AccountNo does it go wrong.