Ok. I AM going to have to somehow index all these images. The problem is that I have 150 images on my form and they all have different names. Is there a way I can have the system automatically index all these images under a common control name? The other part of the problem is that this form is in Access and VBA doesn't have the image(index) ability in the properties of an image in Access. The only thing I can think of is to make a table containing the control names for the images and an index number for reference in the same record. Is there a faster better way to do this? For example, I've got image name Ctl56 and image name image1 and I need to be able to reference and modify the properties for these images through code without having to manually type all these freakin' names. They are all tagged but I can't figure out how to pull up all the properties through the tag reference. Like:
Code:imagenum = 56 ' find image with tag number 56 and change the picture to null. any more bright idea's people?




Reply With Quote