Hi All,
On my report, I have a subreport. When I preview the report some values in the subreport are not displaying. The recordset of the subreport is a pass through query. I have a total on the subreports footer with the total of a column returned from the pass through query. I calculate this in vba with values from the subreports recordset and assign the value to a textbox on the subreports onload event. When I open the subreport on it's own it displays fine but when i open the report that contains this subreport, the textbox in the subreport is empty.
Does anyone know why this is?
Thanks in advance
On my report, I have a subreport. When I preview the report some values in the subreport are not displaying. The recordset of the subreport is a pass through query. I have a total on the subreports footer with the total of a column returned from the pass through query. I calculate this in vba with values from the subreports recordset and assign the value to a textbox on the subreports onload event. When I open the subreport on it's own it displays fine but when i open the report that contains this subreport, the textbox in the subreport is empty.
Does anyone know why this is?
Thanks in advance