Hi, Im using Vb6 with RDC and an access 2000 database.
I would like to dynamically add groups to a report from VB(3 level of grouping possible).
the result could be :
Level1
Level2
Level3
ID Name
ID Name
...
I was using Addgroup which is royalty-free but for
adding a field in a group i need AddFieldObject (not royalty-free).
So is there another way to do that ? Can I group on a parameter pass from VB ?
Thanks,
Frank