subreport detail visibility

M

Mark Kubicki

from code behind a main report, how can i make one of the sections of a sub
report visible or not?


i would have expected something like:

me.srptName.form.detail.visible = "false"

(no?)


thanks,
mark
 
M

Mark Kubicki

i will be adding conditions (you're dead on about that)
however, about the VBprompt, i'm not getting one for detail (or page footer,
or report footer...); so, i'm presuming that i'm n the wrong spot (?)
 
M

Michael

I think you are on the right track. I believe you would want to build
conditions for when you want it visible and when you want it to not be
visible.

Usually if you type in the right components in code VB will prompt you after
each period for with a list of components you might use for the next part.
 

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