Hiding the title of a subreport

linda sciallo

Registered User.
Local time
Today, 16:32
Joined
May 15, 2001
Messages
21
I have a subreport that is based that is on 5 queries which are linked together
to obtain the data needed for my subreport. The final query that links two of the 5 queries together is the record source for the report (the query names are used in this
query).
How do I hide the title of the subreport
when there are no records returned from this
query?
 
on no data
subformtitlefieldname.visible=false

you should probably set this back to true in the onopen event of the report.
 

Users who are viewing this thread

Back
Top Bottom