I'm trying to link 3 database tables. They all have at least one common field (ACCOUNTNO). I have linked them using this field. However, everytime I design a report and try to use fields from different tables, the report doesn't show any data.
For example, (assume table names are table1, table2 and table3)if I create a report using all fields from one table, it works fine (of course). But if use the accountno field from table2 in place of the accountno field from table 1, all the data goes away, even though the two accountno fields have the same data in both tables. Any thoughts?