Layout issue in access reports

  • Thread starter Thread starter Jeroen Verdrengh
  • Start date Start date
J

Jeroen Verdrengh

Hi,

I have a report showing all visits in my DB and for each visit I have a
group of reletad VAT tariffs that are shown below each visit. The problem
is that not all visits are related to one or more VAT tariffs. Here is,
simplified, the querytable I use for the report:

[Visit Object ID] [VAT Tariff (%)][Info related to VAT Tariff]
1 0.20 blahblah
2 NULL NULL

Is it possible to ignore header/detail/footer of a grouping attribute (VAT
Tariff in this case) if the attribute is null? Now the labels are shown and
that's far from clear. With IIf(..) I can hide the labels when VAT Tariff
is null, but then there is blank space left...

thanks!

Une-V
 

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

Back
Top