Here is the promised code
Private Sub cmdExportPictures_Click()
' Exports all OLE Pictures to files via MSPAINT
' and keystrokes.
' The original pictures have been dragged and dropped to
' the table to the corresponding matricule (=ID).
On Error GoTo Err_Export_Click
DoCmd.GoToRecord ...
Hi snoopy75,
I had the same problem (about 300 jpg pictures from my students had grown my dB to 820 M). So yesterday I've written a small script which reads the pictures prom the screen (Ctrl+c) starts mspaint, creates a new picture and then saves the picture to the harddisk. After that I've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.