G
Guest
I have a continious form where I want to display a linked picture (OLE type)
but the first picture shows up for every one. In the on open property I have:
Dim destination As String
destination = "C:\Documents and Settings\Administrator\Desktop\" &
Me.picName & ".bmp"
Me![Image196].Picture = destination
Where should I put this code so that my picture will be displayed
but the first picture shows up for every one. In the on open property I have:
Dim destination As String
destination = "C:\Documents and Settings\Administrator\Desktop\" &
Me.picName & ".bmp"
Me![Image196].Picture = destination
Where should I put this code so that my picture will be displayed