I have a
VB.NET application, Access Database, and Crystal Reports 9 standalone. I am storing a filename pointing to an image on the hardrive in Access. I have a report in CR9 with a text field pointing to the filename field in the access dataset. I have placed an OLE Object on my CR9 report. The problem that I am having is getting the OLE Object to display the image for the Access Databases field containing the filename.
I have been told to use Dim sa AS StdPicture, but I do not get the option for StdPicture.
Thanks in advance