R
robertfuschetto via AccessMonster.com
I am not the most proficient Access Report Writer but here goes....
I have a report that is grouped and grouped again therein. Sometimes there
is no data at ONE of the group levels. Access leaves some white space. Can
I have it supress? Also, can the report definition suppress a group based on
a condition...Ex: IF tablename.group = "ABDC" then suppress the group from
being reported.
Thanks!
Ex:
Table Structure:
Country
State
Amt
Here is the data:
Country State Amt
USA PA 500
USA NJ 1000
CHINA none 3000
RUSSIA none 450
The report should look like this:
USA
PA 500
NJ 1000
total 1500
CHINA 3000
RUSSIA 450
**Under View Sorting and Grouping I'd have Country and State with totals by
country
I want to group the report by Country then State then County. I want totals
by country but if state data does not exist then I want the total suppressed
rather than repeated. If state or county is none, I do not want 'none'
printed. This is not hte best example - I hope it gets the point across.
I have a report that is grouped and grouped again therein. Sometimes there
is no data at ONE of the group levels. Access leaves some white space. Can
I have it supress? Also, can the report definition suppress a group based on
a condition...Ex: IF tablename.group = "ABDC" then suppress the group from
being reported.
Thanks!
Ex:
Table Structure:
Country
State
Amt
Here is the data:
Country State Amt
USA PA 500
USA NJ 1000
CHINA none 3000
RUSSIA none 450
The report should look like this:
USA
PA 500
NJ 1000
total 1500
CHINA 3000
RUSSIA 450
**Under View Sorting and Grouping I'd have Country and State with totals by
country
I want to group the report by Country then State then County. I want totals
by country but if state data does not exist then I want the total suppressed
rather than repeated. If state or county is none, I do not want 'none'
printed. This is not hte best example - I hope it gets the point across.