M
Martin
I have been struggling with this for a while now.
I have a form which has a bound object frame on it. When the form is in form
view and I right click on the bound frame, I can insert an image via 'Insert
Object', 'Create from file' and browse to the picture file I want embedded
in a table field called 'Picture Preview'.
What I want to do is write some VBA code that will operate on (maybe) the
'On Update' event so that it will determine the path and filename that has
just been embedded and to place that string into a hyperlink field (called
Image) in the same table.
My question is - how to I get hold of the path and filename of the picture
object I am inserting.
Thanks in advance for any help you can provide.
Martin
I have a form which has a bound object frame on it. When the form is in form
view and I right click on the bound frame, I can insert an image via 'Insert
Object', 'Create from file' and browse to the picture file I want embedded
in a table field called 'Picture Preview'.
What I want to do is write some VBA code that will operate on (maybe) the
'On Update' event so that it will determine the path and filename that has
just been embedded and to place that string into a hyperlink field (called
Image) in the same table.
My question is - how to I get hold of the path and filename of the picture
object I am inserting.
Thanks in advance for any help you can provide.
Martin