For AccessImagine images you should use SaveFile VBA command. Place a button on form with AccessImagine image and bind such a script to it:
For i = 1 To N Pic.SaveFile (“c:\MyPics\” + Str(ID) + “.jpg”) DoCmd.GoToRecord , , acNext Next i
For AccessImagine images you should use SaveFile VBA command. Place a button on form with AccessImagine image and bind such a script to it:
For i = 1 To N Pic.SaveFile (“c:\MyPics\” + Str(ID) + “.jpg”) DoCmd.GoToRecord , , acNext Next i