BiggerBrother
Technical User
This is a duplicate of another post in the VB6 forum. I had no luck there, and so it was syggested that I try here. I hope you can help.
I have a database in access that I send an SQL query to. This returns a dataset in groups. I currently display this dataset on a standard datareprot in vb6. I want to add a sub total for each group:
apples 6
pears 12
Fruit 18
carrots 6
veg 6
Totals 24
I currently have the totals set up as a function in the report footer, but now need to add the sub totals function.
Thanks for any help
BB
I have a database in access that I send an SQL query to. This returns a dataset in groups. I currently display this dataset on a standard datareprot in vb6. I want to add a sub total for each group:
apples 6
pears 12
Fruit 18
carrots 6
veg 6
Totals 24
I currently have the totals set up as a function in the report footer, but now need to add the sub totals function.
Thanks for any help
BB