REPORT

J

Joel Allen

Hi,

In the detail of my report, I only want the line to appear if ABC = 1. I
tried it in the code by using visible = true or false, but what I'm ending
up with is a bunch of blank lines and one that has data in it.

Thanks,
Joel
 
R

Rick B

Limit the data source so the items that don't match your criteria are not
selected. In other words, only pull the records you want in your query.
 
Top