I'm new with VB 6 Data report.
I want to use it to create simple reports that can group by specified field.
Ex. Fields:
Doctor_Name
Address
Sched
Laboratory
Count(Laborator y) as LabCount
I want to place Doctor_Name,Add ress, Sched on the group header,
but i dont know how. Then Laboratory and LabCount in Detail section.
Can somebody show me the step by step procedure on how to create it
or sample codes?
Thanks.
I want to use it to create simple reports that can group by specified field.
Ex. Fields:
Doctor_Name
Address
Sched
Laboratory
Count(Laborator y) as LabCount
I want to place Doctor_Name,Add ress, Sched on the group header,
but i dont know how. Then Laboratory and LabCount in Detail section.
Can somebody show me the step by step procedure on how to create it
or sample codes?
Thanks.
Comment