How to filter Crystal Reports in Visual C# .net 2005?

Jul 15 2007 5:15 PM
I am a student programmer. I want help about how to filter my results in crystal reports. I am using Visual C#.net 2005 Like My crystal Report is integrated with MS ACCESS 2003 database which has a table named "Universal" who's fields are: ID (Auto Generated, primary key) ProductName(String) Description(string) ImageLocation(string) EntryDate (Date) I am able to generate Crystal Reports of all the records in the database in crystal report viewer in Visual Studio 2005 by using the automated Wizard but now I want to view Crystal Reports that are filtered between a date range entered by the user. Or simply to view Crystal Report of the records of 'EntryDate' Entered/Inputted by the user in a text filed provided in my program. Also I want to display the thumbnail/Image of each record that crystal report shows and the source of that Thumbnail/Image is picked from 'ImageLocation' coloumn Can anyone help me? or just recommend and online source for help.