Data in unbound controls on a subform in a report works but dissaapears when printed
I have a report, rtpOSCGraphs with several subreports and sub forms in it. One subform, frmPctShipped, has a subform in it that is a pivot table, frmCHUBExtRtl. frmPct Shipped also has several unvound controld and vba code to populate them. In the form frmPctShipped I run a sql query and bring back percentage shipped on a given day. It all works wonderfully and as a form frmPctShipped displays the data I need it to do and it prints with all data as well. When I place frmPctShipped on the report rptOSCGraphs as a subform all still works. I can see the data in the unbound controls just fine. Once printed, our output to a PDf fils the data in the unbound text boxes do not print. I can see the data on screen before printind & in print preview, but once printed the data is gone. I'm using Access 2010
|