In my databse, in 'path' field i have the path of the image file. My database fields are name,photo
name photo
ads E:/abc.bmp
dfg F:/fgh.bmp
Now i want the report like
dfg image should come here
ads image should come here
How to write a formula to print all the records from databse & print image from the path given.
name photo
ads E:/abc.bmp
dfg F:/fgh.bmp
Now i want the report like
dfg image should come here
ads image should come here
How to write a formula to print all the records from databse & print image from the path given.