F
Fred Boer
Hello:
I think I understand how to manipulate images stored as attachments in
Access 2007. I know how to load an image into an attachment field or remove
an image from an attachment field in code.
Now, suppose I have an image control on a splash screen, and I want to
programatically set the picture property of the image control, using an
image from an attachment field. Imagine that I have a table with an
attachment field that has a collection of images to use in the application,
and I want the splash screen image control to use image number 3 of 5 images
that are stored in the attachment field.
Me.SplashScreenImage.Picture= "***", where the *** means: "Use the third
image of the 5 images stored in the attachment field of the table...
And/Or.......
If it isn't an image control but an actual unbound *attachment control*..
how can I programatically tell it to use image 3 of 5.
I have a nagging sense that this is either way easier than I am making it,
or the question is totally wrong-headed, but what the heck!
I think I understand how to manipulate images stored as attachments in
Access 2007. I know how to load an image into an attachment field or remove
an image from an attachment field in code.
Now, suppose I have an image control on a splash screen, and I want to
programatically set the picture property of the image control, using an
image from an attachment field. Imagine that I have a table with an
attachment field that has a collection of images to use in the application,
and I want the splash screen image control to use image number 3 of 5 images
that are stored in the attachment field.
Me.SplashScreenImage.Picture= "***", where the *** means: "Use the third
image of the 5 images stored in the attachment field of the table...
And/Or.......
If it isn't an image control but an actual unbound *attachment control*..
how can I programatically tell it to use image 3 of 5.
I have a nagging sense that this is either way easier than I am making it,
or the question is totally wrong-headed, but what the heck!