Hi all,
I am printing ID cards on an Access report.
If I save the dir of the jpg in a field in the DB, is there any way I can set the control source of the image control to this?
Or do I need to use something like the following for each label...
objAccess.Reports(0).Controls!ImgPupil.Picture = PicPath
Any help gratefully received,
Thanks,
Robin
I am printing ID cards on an Access report.
If I save the dir of the jpg in a field in the DB, is there any way I can set the control source of the image control to this?
Or do I need to use something like the following for each label...
objAccess.Reports(0).Controls!ImgPupil.Picture = PicPath
Any help gratefully received,
Thanks,
Robin