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
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