-
Hi! how can I add multiple images in a recordset and allowing only to display the the first image to be displayed the form. By clicking the image in the form it will pop-up another form which will contain the multiple images.Using a toolbar , it will display the images one by one.
Hope that somebody can help me with my problem. Thank you.
roxy
-
I don't have the time right now to write it for you but I can offer some advice. Use paths in your database and in your click event write some SQL to to bring up the paths then a "for next" loop to make say picturebox(index).picture = path. If you need more, I'll try to help later.