adamcoppard
New member
- Local time
- Today, 00:30
- Joined
- Sep 12, 2008
- Messages
- 7
I have followed this: http://www.access-programmers.co.uk/forums/showthread.php?t=108698&highlight=image to get images into a database / form. Now, we have the picture control in the report, and the path is sitting there in the table, but we need a way to link path to picture to picture frame. We tried VBA code like this:
but that didn't work (as well as other iterations). So, any help would be appreciated.
Code:
Private Sub Test(Cancel As Integer)
Me!Test = Me!Picture
End Sub