Access Image loading

  • Thread starter Thread starter Abe Katz
  • Start date Start date
A

Abe Katz

Hello everybody!



I have a problem with displaying images from Access 97 on the Windows server
2000 or 2003.

I get this message “Microsoft access doesn’t support the format of the file
IMAGE NAME so it cant load the picture”.

It works fine on the local machines. I create a Image control with the
following code.



wStyleNo = Me.StyleNo

wImageName = "c:\Images\" & wStyleNo & ".jpg"

Me.ImageFrame.Picture = wImageName



Abe katz

Thanks in advance
 

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