M
Martin
I don't know all the functions available in Access. I am trying to display a
Label or unbound box (allow to shrink the section) in the Main Report if the
subreport contains no record. The trouble I have is that I don't know how to
set the condition for the SubReport. I tried:
Dim bolShow as Boolean
bolShow = Not( IsNull(Me.MySubReport))
Me.MyNoShowMessage.Visible = bolShow
I think the Me.MySubReport don't return anything
Thanks for the Help!
Label or unbound box (allow to shrink the section) in the Main Report if the
subreport contains no record. The trouble I have is that I don't know how to
set the condition for the SubReport. I tried:
Dim bolShow as Boolean
bolShow = Not( IsNull(Me.MySubReport))
Me.MyNoShowMessage.Visible = bolShow
I think the Me.MySubReport don't return anything
Thanks for the Help!