Microsoft
Software
Hardware
Network
Question : Pictures in Form with columns
I am working with Access 2007
I have created a form with five columns based upon a query.
At the top of each column is an image box (Image102).
I have coded the On Current event of the form as so: Me.Image102.Picture = Me.Pic1
While each of the five columns contains information specific to its corresponding record... the picture for each column is the same one. There shoud be five different images specific to the five different records.
What am I doing wrong and how can I corrrect it...?
Thank you for your assistance with my little dilemma
Attachments:
Column-Report.jpg
(118 KB)
(File Type Details)
Screen shot of form
Answer : Pictures in Form with columns
In Access 2007, the image control has a control source property. Set that to the field that has the path to the image. Voila!
Random Solutions
Push not working on iphone with Exchange 2010...
How to hide a dummy date value.
3Com Switch Troubleshooting
Create Access Table Automically
Create a distribution list based on a security group
Unable to connect Entourage 2004 to SBS 2008 Exchange mailbox
Memory leak in my exchnage server
object required error
Where do I need to close/Dispose of my connections, in my code
How to simultaneously send and recv data from a single socket?