How can I get Access to recognize a non JPEG file ext as a JPEG fi

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to get Access to recognize a file extension of *.001 as a JPEG file.
Unfortunately I’m stuck using that file extension as I’m pulling the image
from another program.
 
Rambo,

I'm not sure if there is a direct way of doing this.

But you could use a VBA procedure with the FileCopy method to make a
copy of the .001 file, with a .jpg name extension, and then use the copy
within your database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top