R
rjw24
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
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