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!

Cross Tabs in VB

Status
Not open for further replies.

MikeDTI

Programmer
Mar 8, 2002
6
0
0
US
Does anyone know if it's possible to suppress summarized fields within a Cross Tab from a VB program? I've got 3 summarized fields within one cell. So what I've got is something like:

Col1
Item 1 5
10,000.00
20

I wanted to allow the user to turn On/Off the display of selected summarized fields. So I was hoping there was a way I could suppress a field (such as the 10,000.00 value field above). Even if I have to move the positioning of the other field up, that would be OK if that is possible to do.

Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top