M Marco Mar 4, 2009 #1 Hi. is there any way to open a picture from access using windows picture and fax viewer? Thanks, Marco
Hi. is there any way to open a picture from access using windows picture and fax viewer? Thanks, Marco
D Damon Heron Mar 4, 2009 #2 On a command button or sub, use: Dim RetVal RetVal = Shell("C:\WINDOWS\system32\rundll32.exe c:\windows\system32\shimgvw.dll, ImageView_Fullscreen c:\Number.bmp", 1) Note that after Fullscreen is the path to the picture. This is all on one line. Damon
On a command button or sub, use: Dim RetVal RetVal = Shell("C:\WINDOWS\system32\rundll32.exe c:\windows\system32\shimgvw.dll, ImageView_Fullscreen c:\Number.bmp", 1) Note that after Fullscreen is the path to the picture. This is all on one line. Damon