Open Graphic to Edit

  • Thread starter Thread starter news.telus.net
  • Start date Start date
N

news.telus.net

I have an access application which picks up on graphics on the hard drive.
I now want the system to open the graphic in a graphic application for
editing.

For example, the db stores the path
c:\graphics\APic.jpg

I want the database to open the graphic preferable in PaintShopPro.

Thanks in Advance!
 
Construct a statement using the SHELL function to start Paint Shop Pro with
the file, and execute it.

Larry Linson
Microsoft Access MVP
 
Back
Top