R
rong
I'm having a hard time hiding a control in a report.
I have a customer table with name and various inventories for each
customer like this:
name commodity grade weight rockwt
sandwt
Bob Smith rock #1 25000
John Doe rock #2 22300
John Doe rock & sand #1 20000 15000
5000
My report will print like the above until I get to the rock & sand. At
that point I would like to print out the rockwt and the sandwt only and
not the weight based on the fact that the values are not null or
greater than zero. Otherwise I don't want that control visible on the
report for all customers since only a few might have the rock & sand
mixture. My query has for each customer name, commodity, weight,
rockwt, sandwt. I've searched thru this group and found some examples
of how to hide or make visible controls but whenever I think I have the
right code I get the formatting page press control&break message.
Any help would be appreciated.
Thanks,
rong
I have a customer table with name and various inventories for each
customer like this:
name commodity grade weight rockwt
sandwt
Bob Smith rock #1 25000
John Doe rock #2 22300
John Doe rock & sand #1 20000 15000
5000
My report will print like the above until I get to the rock & sand. At
that point I would like to print out the rockwt and the sandwt only and
not the weight based on the fact that the values are not null or
greater than zero. Otherwise I don't want that control visible on the
report for all customers since only a few might have the rock & sand
mixture. My query has for each customer name, commodity, weight,
rockwt, sandwt. I've searched thru this group and found some examples
of how to hide or make visible controls but whenever I think I have the
right code I get the formatting page press control&break message.
Any help would be appreciated.
Thanks,
rong