Creating Cyrstal Reports in VB
Hi..all,
I'm doing an application on vb6 where I need to generate some reports using Crystal reports 4.5 .
In my applcation there is a Form where there are two Labels which are FROM DATE & TO Date.There are two DTPickers respectively for FROM DATE & TO DATE.And there is a command button to generate reports and there is a crystal report as well in the form.My MS Access database has the information about how many people have called to an organization according to each date.
So what I want to do is to generate reports from a specific date to another specific date.When the user clicks on the command button after selecting the dates from the DTPicker,it should show only those records which has been selected by the user using the DTPicker.When I try to generate the report it shows all the records of the database but i want only some specific record from one date to another date.
I hope I'm made myself clear.Pls help if you know this.
Thanks.
|