G
Guest
I have a functioning Access 2003 database with an ImageControl which loads
and displays jpg images stored in a directory. Data and associated jpg files
change every month.
Currently, to display the image I have to manually rename each picture in
windows Explorer to match the record ID (or other field) in the data base so
that the right image is loaded and displayed. This is a long and tedious
process....
I would like instead to be able to simply drag a jpg file from Explorer and
drop it onto the Access DB form at runtime. When I release the mouse button,
I would need the system to automatically rename the jpg file to be the same
as the Record ID currently displayed and show the image.
The main problem is that I don't find any reference to Drag and Drop in the
VBA methods. Is that true or am I missing something ?!!@#?
If what I need is feasible, is there a code snippet somewhere to help me out?
Thank you all.
and displays jpg images stored in a directory. Data and associated jpg files
change every month.
Currently, to display the image I have to manually rename each picture in
windows Explorer to match the record ID (or other field) in the data base so
that the right image is loaded and displayed. This is a long and tedious
process....
I would like instead to be able to simply drag a jpg file from Explorer and
drop it onto the Access DB form at runtime. When I release the mouse button,
I would need the system to automatically rename the jpg file to be the same
as the Record ID currently displayed and show the image.
The main problem is that I don't find any reference to Drag and Drop in the
VBA methods. Is that true or am I missing something ?!!@#?
If what I need is feasible, is there a code snippet somewhere to help me out?
Thank you all.