VB6: How to make datareports
Hallo guys,
I'm new in VB6 and would like to know how to make datareports?
I have a waterbilling program but would need to make reports e.g How many customers are in the database?
How may customers have outstanding bills? etc.
Your help will be appreciated
Re: VB6: How to make datareports
Re: VB6 and MS access: How to make datareports
Have you tried the reports in MS Access? Very easy to just link to the query or table where the data exists.
To make reports in VB6 you can use the FlexGrid control which is really just a grid control that goes on a form.
Re: VB6: How to make datareports
VB6 help files has a tutorial that will help get you started. You could also get alot of information by searching the reporting forum.
If you have a specific question about creating a datareport I'd be glad to try and help.
Re: VB6: How to make datareports
Duplicate threads merged
Please do not create duplicate threads for the same question in different forum sections.
Thanks.
Re: VB6: How to make datareports
Hi,
Try MSDN for visual studio 6.it's one of the comprehensive tutorials available..
Greg