Sub Report visiblity

G

Guest

Is there any way I can make a sub report visible or not depending on whether
it has an entry in it. I have an event database and eac event is recorded in
the 'tblEvents' and has its own ID (EventID). This is linked to an update
table (tblUpdates) through the EventID and each update has its own primary
key - UpdateID. I have then created a report from tblEvents with a subreport
on tblUpdates.

Only some of the events have updates so when I print a report for each
report, I only want the subreport regarding updates to be printed if that
actual event has an update on it.

Thanks
 
L

Larry Daugherty

I haven't played with subReports but..... Would the OnNoData Event be
useful to you?

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top