Update an Image on a Form

J

Jim Bunton

Form has a bound object frame
I can paste a .jpg image into it BUT

I want to use the returned path - ReturnedFilePath - from a Browse Dialogue
to update the picture displayed.


******** Tried but doesn't work - code snip *********

'OLEBound98 is the control name
' controlsource: prPhoto (Table Field)
' displayType: content
' UpdateOptions: Automatic
' OLEType: Embedded

Me.OLEBound98 = ReturnedFilePath
' also tried
'Me.OLEBound98.SourceDoc = ReturnedFilePath
******** END Tried but doesn't work *********
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top