Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Generator Question

Status
Not open for further replies.

katmel98

Programmer
Aug 6, 2002
15
0
0
VE
Hi to all.

I'm relatively new to Access so I have one problem.

I know that in a access report that take the data from a table I can make groups of them something like:

PART I
a
b
c

Total PART I: a+b+c

PART II
d
e
f
Total PART II: d+e+f

PART III
g
h
i
Total PART III: g+h+i

The issue is that I want to put another value in only one of the subgroups and I don't know how to do this. I want something like:

PART I
a
b
c

Total PART I: a+b+c

PART II
d
e
f
Total PART II: d+e+f
Another value: (Total PART II/ Total PART I)


PART III
g
h
i
Total PART III: g+h+i

Any tip will be great.

THanks in advance.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top