Printing In Crystal Report
I have create student database in MS Access namely 'student.mdb', the table name is 'Address'. the table having four fields namely Reg no, Name, Course, College, total 300 records and I have address of the each student in Scanned Image format with Regno.
The database path is : D:\muthu\student.mdb
The image path is : F:\Muthu\Image\110001.jpg etc
I want to print Image(Address) with every record
How can I print in Crystal Report? I am using Crystal Report Version XI
Re: Printing In Crystal Report
First you may need to change you db.
RegNo is probably Registration no. of the student. So that must be a Text Field.
Split the name in FirstName, Middle Name, Last Name Fields.
Have a sperate Field for storing images say studImage and for FilePath.
Now simply load the filepath field into the CR.
Re: Printing In Crystal Report
Quote:
Originally Posted by Muthujayan
How can I print in Crystal Report? I am using Crystal Report Version XI
Have you created your Crystal Report file (.rpt file)? That would be the first step.