T
Ted Kitch
I'm an Access newbie and I have searched the newsgroup to find an
answer to my issues, but I'm having trouble getting my report to work.
First off, my objective it to print JPG images in a report where the
name of the file changes for each and every record in the database.
I'm not using OLE due to database bloat and I have added a field to my
database called ImagePath.
Secondly, here is what I have done so far:
I've added the aforementioned field to the database.
I'm displaying ImagePath on my report.
I've created an unbound image frame that I'm calling frameImage that
was originally created to a file that I won't ever use in the
database.
I've added the following code to the On_Format event of the Details
section of the report:
Me!frameImage.Picture = Me![ImagePath]
When I run this I get a compile error that sates the following:
Run Time Error '438'
Object doesn't support this property or method.
I'm sure that whatever I'm doing is stupid, but I can't seem to figure
this out. The code seems easy enough to understand.
I'm using Access XP.
Thanks,
Ted Kitch
Complete Access Newbie
answer to my issues, but I'm having trouble getting my report to work.
First off, my objective it to print JPG images in a report where the
name of the file changes for each and every record in the database.
I'm not using OLE due to database bloat and I have added a field to my
database called ImagePath.
Secondly, here is what I have done so far:
I've added the aforementioned field to the database.
I'm displaying ImagePath on my report.
I've created an unbound image frame that I'm calling frameImage that
was originally created to a file that I won't ever use in the
database.
I've added the following code to the On_Format event of the Details
section of the report:
Me!frameImage.Picture = Me![ImagePath]
When I run this I get a compile error that sates the following:
Run Time Error '438'
Object doesn't support this property or method.
I'm sure that whatever I'm doing is stupid, but I can't seem to figure
this out. The code seems easy enough to understand.
I'm using Access XP.
Thanks,
Ted Kitch
Complete Access Newbie