FizzyWocky
Programmer
I am writing an access DB [in A2K] with a user interface that has a number of images [24 in total] these images can change dynamically [from any one of 40 JPG files].
All these images are small enough and i originally thought about how i would go about doing this, one solution is to put all the images on the form and make the ones i want visible, but this is not very neat [having 800 images on the form] and if i wanted to add another image to the selection it would just make it unweildy.
Is there any other way to do it?
perhaps putting all the images into a DB and using a macro to make the images refer to the right picture? [i'm guessing now LOL]
Any solution must be seamless to the user, i tried to load the images [creating an unbound object with a link to an image and changing the Source Doc] but it took a bit too long [sometimes i'm changing 10 images at once and it's not perfect to have the user wait over a second for all the images to change.
I am quite new to Access VBA so any ideas, suggestions, examples would be a great help
All these images are small enough and i originally thought about how i would go about doing this, one solution is to put all the images on the form and make the ones i want visible, but this is not very neat [having 800 images on the form] and if i wanted to add another image to the selection it would just make it unweildy.
Is there any other way to do it?
perhaps putting all the images into a DB and using a macro to make the images refer to the right picture? [i'm guessing now LOL]
Any solution must be seamless to the user, i tried to load the images [creating an unbound object with a link to an image and changing the Source Doc] but it took a bit too long [sometimes i'm changing 10 images at once and it's not perfect to have the user wait over a second for all the images to change.
I am quite new to Access VBA so any ideas, suggestions, examples would be a great help