Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 26th, 2004, 10:39 AM
Registered User
 
Join Date: Nov 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to wolf27ea
Default dynamic link to image in report

Does anyone have a code sample of how to display a different picture to each page of a report using the image object? The idea is that I have a directory with jpg images. The Access Table contains the name of the file that is tied to each record and I want to display it when I run the report so the supervisor sees the person whose information they are looking at. (A user request).

Thanks,

ernie
 
Old January 28th, 2004, 11:04 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Just change the Picture property on an image control on the report.

Image1.Picture = "C:\blablabla"



Sal
 
Old February 3rd, 2004, 10:14 PM
Registered User
 
Join Date: Nov 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to wolf27ea
Default

Thanks, Sal. I did eventually find that. This was the first chance I had to check the post. Appreciate the reply.

Thanks,

ernie





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help with Dynamic Link Label Click Events chobo2 C# 4 November 8th, 2007 03:47 AM
Dynamic Link Section beetle_jaipur Classic ASP Databases 0 May 3rd, 2006 12:42 AM
dynamic adding image to crystal report ywchan Crystal Reports 3 February 16th, 2005 09:48 AM
Dynamic Link Menus richard.york Javascript 8 July 7th, 2004 05:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.