I'm experimenting with a DB that contains links to photos... using the Ken Goetz code... So far very simple, one table for "People" another for "Photos" (field with links) What I have now is a button on the first form that opens the second form which displays the pictures. No using a single form I have multiple pictures for each person... so you can click from record to record to see all related pictures. What I really want to do now is design a form that displays all pictures at once for that given person. I have tried a continuous form with no luck...it does display each path to the photo correctly but displays only the same photo over and over... Any ideas or examples of what I am trying to get to?
From my searching it seems the picture is loaded from the OnCurrent event of the form...Me.Image.Picture = Me.txtPhotoPath .... And only executes once...causing the same picture to display for every record....is there a way to make this execute for every record on the form?
From my searching it seems the picture is loaded from the OnCurrent event of the form...Me.Image.Picture = Me.txtPhotoPath .... And only executes once...causing the same picture to display for every record....is there a way to make this execute for every record on the form?
Last edited: