Urgent - subreport prints nothing

  • Thread starter Thread starter Ginger
  • Start date Start date
G

Ginger

I posted on the 22nd, but still have not received a
solution to this problem. Sorry for the 2nd posting.

I have a simple report with a subreport. It looks fine on
the screen, but when it prints, the subreport part is
blank. Any suggestions on what is causing this and how to
fix it? I've never seen this happen before.

Also, there is another report that is the same as this one,
except that it selects all records and the subreport prints
fine. I have compared both reports and can find no
discrepancies.

Thank you in advance.

Ginger
..
 
Duane,
I am so sorry. I had posted a reply to your questions, but
I guess it didn't show up. You can see from my next posts
on the 24th, that I really thought you had received my
answers. I'm sorry, no excuse for not looking closer.

Ginger
 
I looked at the article, followed it's instructions, but
the subreport still did not print. The test data is only 4
rows.
Any other suggestions?

Perhaps because the report is based on a popup form that
allows a dropdown selection, then closes? Could it have
something to do with that?


Ginger
 
Thanks Gina and Duane for your assistance.
I got it by remarking out 1 line of code in the selection
popup form, as follows:

' Open the report
DoCmd.OpenReport strDocName, acPreview,
WhereCondition:=strSQLWhere

PROC_EXIT:
' Clear the selection forms fields
'Ginger cleared the following line
'Me.cboProjectTeam.Value = Null
Exit Sub

Once again, thank you for your time and assistance.


Ginger
 
Back
Top