I have 2 tables. Both Tables are linked together by one field called Company. I run a monthly report based on Company and Month. In this instance, first time it has come up, the Table "Resources" has no data in any fields, but the other Table "Projects" does. I have a report that Groups the Company and Month, then adds the total values of both tables together for that Company and Month. For some reason in the report if the "Resources" Table does not have data in it, it does not add or display in the report. If I add data to any field in Resources, as a test, it will display along with whatever data is in the Projects table.
I was thinking that maybe I need to have a nodata or something setup in the Report Event Procedure if for some reason in this case there is nodata to add, but I don't know how to do this. Utterly confused,thanks in advance.
I was thinking that maybe I need to have a nodata or something setup in the Report Event Procedure if for some reason in this case there is nodata to add, but I don't know how to do this. Utterly confused,thanks in advance.