Hello all.
I've created a simple database in access. I have a filed there called PATH and there is the path of e file there :
Eg. C:\folder\1.jpg
This Field for the second record is : c:\folder\2.jpg and so on.
Now in a form I'd like to navigate in these records and if I stop somewhere I'd like to open the current JPG file. So the path is in a field. I found that the Microsoft Picture and Fax Viewer (as an application) is : rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen.
If I put a space after this and type c:\folder\3.jpg then the buton will open the file 3.jpg.
Can someone tell me how to open the current file if I'm browsing the records?
Thankyou in advance
I've created a simple database in access. I have a filed there called PATH and there is the path of e file there :
Eg. C:\folder\1.jpg
This Field for the second record is : c:\folder\2.jpg and so on.
Now in a form I'd like to navigate in these records and if I stop somewhere I'd like to open the current JPG file. So the path is in a field. I found that the Microsoft Picture and Fax Viewer (as an application) is : rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen.
If I put a space after this and type c:\folder\3.jpg then the buton will open the file 3.jpg.
Can someone tell me how to open the current file if I'm browsing the records?
Thankyou in advance