hello
I`m using Access 2000 and have situation like this:
I want to dynamically fill form with images with VB. What I have is:
- table with list of complete paths to images (number may vary)
- empty form with OnLoad event, where I want to put my code.
What I want is:
- after loading, a Form with all of the images from the table mentioned above.
And my question is: is it possible to make this without using subform with images, only by dynamically adding controls to form?
I`m using Access 2000 and have situation like this:
I want to dynamically fill form with images with VB. What I have is:
- table with list of complete paths to images (number may vary)
- empty form with OnLoad event, where I want to put my code.
What I want is:
- after loading, a Form with all of the images from the table mentioned above.
And my question is: is it possible to make this without using subform with images, only by dynamically adding controls to form?